msmith 04ba1a828c 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
..
1998-02-13 07:34:52 +00:00
1998-02-09 06:11:36 +00:00
1998-02-26 03:23:56 +00:00
1998-02-25 13:08:07 +00:00
1998-02-09 06:11:36 +00:00
1998-02-27 11:10:18 +00:00
1998-02-09 06:11:36 +00:00
1998-01-08 23:42:31 +00:00
1998-02-09 06:11:36 +00:00
1998-02-09 06:11:36 +00:00
1998-02-09 06:11:36 +00:00
1998-02-25 05:58:50 +00:00
1997-05-28 04:45:15 +00:00
1998-02-20 13:37:40 +00:00
1998-02-26 06:39:59 +00:00