Date: Thu, 15 Jan 2004 09:03:20 -0800 (PST) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45395 for review Message-ID: <200401151703.i0FH3Kdo015167@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45395 Change 45395 by cvance@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, "");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401151703.i0FH3Kdo015167>