cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Craig Rodrigues
rodrigc at FreeBSD.org
Sat May 24 00:02:14 UTC 2008
rodrigc 2008-05-24 00:02:13 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_vfsops.c
Log:
For the following mount options, do not perform the string to flag conversions
here, because we already do them further up in vfs_donmount() in vfs_mount.c
async -> MNT_ASYNC
force -> MNT_FORCE
multilabel -> MNT_MULTILABEL
noatime -> MNT_NOATIME
noclusterr -> MNT_NOCLUSTERR
noclusterw -> MNT_NOCLUSTERW
MFC after: 1 month
Revision Changes Path
1.341 +0 -21 src/sys/ufs/ffs/ffs_vfsops.c
More information about the cvs-src
mailing list