cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Craig Rodrigues
rodrigc at FreeBSD.org
Thu Nov 17 22:06:11 PST 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-all
mailing list