Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 1998 13:26:11 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/msdosfs msdosfs_vnops.c
Message-ID:  <199803012126.NAA02445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1998/03/01 13:26:10 PST

  Modified files:
    sys/msdosfs          msdosfs_vnops.c 
  Log:
  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>
  
  Revision  Changes    Path
  1.63      +3 -4      src/sys/msdosfs/msdosfs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803012126.NAA02445>