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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to