cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Craig Rodrigues rodrigc at FreeBSD.org
Fri Nov 18 06:06:11 GMT 2005


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


More information about the cvs-src mailing list