]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add more functions for handling mount arguments in VFS_MOUNT():
authorphk <phk@FreeBSD.org>
Mon, 6 Dec 2004 18:18:35 +0000 (18:18 +0000)
committerphk <phk@FreeBSD.org>
Mon, 6 Dec 2004 18:18:35 +0000 (18:18 +0000)
commitdbe532a28bbb39ea63057c13e3834a4a47596db7
tree00aa0b2a742e97cc96c376a47c349ca147838dc0
parent5feadd3eba463ffad1e8b8e55a5ff30c5ccc861a
Add more functions for handling mount arguments in VFS_MOUNT():

vfs_flagopt() for binary/boolean options.
vfs_getopts() for string options
vfs_filteropt() to check for unknown options.
vfs_scanopt() for scanf() like processing of options.

Also add function for setting the stat.f_mntfromname field.
sys/kern/vfs_mount.c
sys/sys/mount.h