PERFORCE change 45395 for review
Chris Vance
cvance at FreeBSD.org
Thu Jan 15 17:03:20 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=45395
Change 45395 by cvance at cvance_sony on 2004/01/15 09:02:59
Re-add vfs_nmount prototype lost during last integ
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c#10 (text+ko) ====
@@ -111,6 +111,7 @@
struct label *mntlabel, struct mount **mpp);
static int vfs_mountroot_ask(void);
static int vfs_mountroot_try(char *mountfrom);
+static int vfs_nmount(struct thread *td, int fsflags, struct uio *fsopts);
static int usermount = 0; /* if 1, non-root can mount fs. */
SYSCTL_INT(_vfs, OID_AUTO, usermount, CTLFLAG_RW, &usermount, 0, "");
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list