opnsense-src/sys/fs
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
..
cd9660 Staticize. 1998-02-09 06:11:36 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs Staticize. 1998-02-09 06:11:36 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs Fix mmap() on msdosfs. In the words of the submitter: 1998-03-01 21:26:09 +00:00
nullfs Staticize. 1998-02-09 06:11:36 +00:00
portalfs Fixed missing initialization of mp->mnt_stat. At least vm depends on 1998-01-01 08:28:26 +00:00
procfs Staticize. 1998-02-09 06:11:36 +00:00
specfs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
umapfs Staticize. 1998-02-09 06:11:36 +00:00
unionfs Deleted KLOCK-hack. 1998-02-26 03:23:56 +00:00