Date: Tue, 26 Mar 2002 07:33:44 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/sys mount.h Message-ID: <200203261533.g2QFXjQ92065@freefall.freebsd.org>
index | next in thread | raw e-mail
mux 2002/03/26 07:33:44 PST
Modified files:
sys/kern vfs_syscalls.c vfs_subr.c
sys/sys mount.h
Log:
As discussed in -arch, add the new nmount(2) system call and the
new vfs_getopt()/vfs_copyopt() API. This is intended to be used
later, when there will be filesystems implementing the VFS_NMOUNT
operation. The mount(2) system call will disappear when all
filesystems will be converted to the new API. Documentation will
be committed in a while.
Reviewed by: phk
Revision Changes Path
1.350 +77 -0 src/sys/kern/vfs_subr.c
1.239 +553 -3 src/sys/kern/vfs_syscalls.c
1.122 +24 -0 src/sys/sys/mount.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203261533.g2QFXjQ92065>
