Date: Mon, 6 Dec 2004 18:18:36 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c Message-ID: <200412061818.iB6IIaeY098925@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-12-06 18:18:36 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
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.
Revision Changes Path
1.165 +112 -0 src/sys/kern/vfs_mount.c
1.186 +5 -0 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061818.iB6IIaeY098925>
