freebsd-nq/sys/fs/msdosfs
Mike Smith ea0665cd2b Fix mmap() on msdosfs. In the words of the submitter:
|In the process of evaluating the getpages/putpages issues I discovered
|that mmap on MSDOSFS does not work. This is because I blindly merged
|NetBSD changes in msdosfs_bmap and msdosfs_strategy. Apparently, their
|blocksize is always DEV_BSIZE (even in files), while in FreeBSD
|blocksize in files is v_mount->mnt_stat.f_iosize (i.e. clustersize in
|MSDOSFS case). The patch is below.

Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1998-03-01 21:26:09 +00:00
..
bootsect.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
bpb.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
denode.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
direntry.h Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
fat.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_conv.c Fix a problem with the conversion of Unix filenames into the VFAT 1998-02-27 12:22:22 +00:00
msdosfs_denode.c Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_fat.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
msdosfs_lookup.c Fixes for some bugs in the VFAT/FAT32 support: 1998-02-26 06:45:46 +00:00
msdosfs_vfsops.c Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00
msdosfs_vnops.c Fix mmap() on msdosfs. In the words of the submitter: 1998-03-01 21:26:09 +00:00
msdosfsmount.h Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00