]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If export mount flag is not passed in, set default parameters
authorrodrigc <rodrigc@FreeBSD.org>
Sun, 20 Nov 2005 17:04:50 +0000 (17:04 +0000)
committerrodrigc <rodrigc@FreeBSD.org>
Sun, 20 Nov 2005 17:04:50 +0000 (17:04 +0000)
commitb71f548d2c4531c4761908d6242cdded83e280d9
tree9c600cdea0d02ba3054eab6e9411c49a96f77759
parentfcbebc5c9cef69c18f4ffc5f05ccd932d010ac05
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.
sys/ufs/ffs/ffs_vfsops.c