rodrigc     2005-11-18 06:06:10 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  - Add parsing for the following existing UFS/FFS mount options in the nmount()
  callpath via vfs_getopt(), and set the appropriate MNT_* flag:
    -> acls, async, force, multilabel, noasync, noatime,
    -> noclusterr, noclusterw, snapshot, update
  
  - Allow errmsg as a valid mount option via vfs_getopt(),
    so we can later add a hook to propagate mount errors back
    to userspace via vfs_mount_error().
  
  Revision  Changes    Path
  1.296     +33 -1     src/sys/ufs/ffs/ffs_vfsops.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to