cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Craig Rodrigues
rodrigc at FreeBSD.org
Sun Nov 20 09:04:51 PST 2005
rodrigc 2005-11-20 17:04:50 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_vfsops.c
Log:
If export mount flag is not passed in, set default parameters
for export structure and pass that to vfs_export().
Currently in userland mount(8), an export structure is unconditionally
passed in, only for UFS. This is an attempt to move that UFS-specific
behavior out of mount(8) and into the UFS filesystem code.
Revision Changes Path
1.298 +13 -1 src/sys/ufs/ffs/ffs_vfsops.c
More information about the cvs-all
mailing list