cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

Craig Rodrigues rodrigc at FreeBSD.org
Fri Dec 8 17:49:20 PST 2006


rodrigc     2006-12-09 01:49:19 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  Minor cleanup.  If we are doing a mount update, and we pass in
  an "export" flag indicating that we are trying to NFS export the
  filesystem, and the MSDOSFS_LARGEFS flag is set on the filesystem,
  then deny the mount update and export request.  Otherwise,
  let the full mount update proceed normally.
  MSDOSFS_LARGES and NFS don't mix because of the way inodes are calculated
  for MSDOSFS_LARGEFS.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.155     +8 -4      src/sys/fs/msdosfs/msdosfs_vfsops.c


More information about the cvs-all mailing list