diff options
author | msmith <msmith@FreeBSD.org> | 1998-03-01 21:26:09 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-03-01 21:26:09 +0000 |
commit | 04ba1a828c8c9bfaad8b2ebe23fd1cc64b7fc6bc (patch) | |
tree | e0c944c1f38bec4ffb64df932aeafd70ef76d03c /bin | |
parent | e887cc7e3383b1d32208100faa67d7a46327e3ae (diff) | |
download | FreeBSD-src-04ba1a828c8c9bfaad8b2ebe23fd1cc64b7fc6bc.zip FreeBSD-src-04ba1a828c8c9bfaad8b2ebe23fd1cc64b7fc6bc.tar.gz |
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>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions