cvs commit: src/sys/kern vfs_mount.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat Nov 19 21:22:21 GMT 2005


rodrigc     2005-11-19 21:22:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Parse more mount options in vfs_donmount(), before vfs_domount()
  is called.  It looks like there are lots of different mount flags checked
  in vfs_domount(), so we need to do the parsing for these particular
  mount flags earlier on.  The new flags parsed are:
  async, force, multilabel, noasync, noatime, noclusterr, noclusterw,
  noexec, nosuid, nosymfollow, snapshot, suiddir, sync, union.
  
  Existing code which uses mount() to mount UFS filesystems is not
  affected, but new code which uses nmount() to mount UFS filesystems
  should behave better.
  
  Revision  Changes    Path
  1.202     +42 -0     src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list