summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-07-09 22:50:29 +0000
committermux <mux@FreeBSD.org>2002-07-09 22:50:29 +0000
commita3a45a1da58eff8ca9998b643dfacf5cdccad355 (patch)
tree598e7002e3aa24fcaa9b4d838db6af972e5b4c12 /sys/kern/vfs_default.c
parent70f2cfffe164349e78df55e00d45fa417eeef25f (diff)
downloadFreeBSD-src-a3a45a1da58eff8ca9998b643dfacf5cdccad355.zip
FreeBSD-src-a3a45a1da58eff8ca9998b643dfacf5cdccad355.tar.gz
Remove vfs_stdmount() and vfs_stdunmount(). They are not
really useful and are incompatible with nmount.
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index 6bfe085..db5ea10 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -722,26 +722,6 @@ vop_stdputpages(ap)
* vfs default ops
* used to fill the vfs function table to get reasonable default return values.
*/
-int
-vfs_stdmount (mp, path, data, ndp, td)
- struct mount *mp;
- char *path;
- caddr_t data;
- struct nameidata *ndp;
- struct thread *td;
-{
- return (0);
-}
-
-int
-vfs_stdunmount (mp, mntflags, td)
- struct mount *mp;
- int mntflags;
- struct thread *td;
-{
- return (0);
-}
-
int
vfs_stdroot (mp, vpp)
struct mount *mp;
OpenPOWER on IntegriCloud