summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-02-20 23:02:20 +0000
committerdas <das@FreeBSD.org>2005-02-20 23:02:20 +0000
commit776ffa472a4387cb3b35ce1c91690a9f9f790149 (patch)
tree09def4fb6204089e572f777bb89377d86b31c461 /sys/kern/vfs_init.c
parentf0a7c4fbf8f90b20f546b6374e1d2be702beb9c7 (diff)
downloadFreeBSD-src-776ffa472a4387cb3b35ce1c91690a9f9f790149.zip
FreeBSD-src-776ffa472a4387cb3b35ce1c91690a9f9f790149.tar.gz
Remove VFS_START(). Its original purpose involved the mfs filesystem,
which is long gone. Discussed with: mckusick Reviewed by: phk
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 77b37d9..b890ffe 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -197,9 +197,6 @@ vfs_register(struct vfsconf *vfc)
KASSERT(vfsops->vfs_unmount != NULL,
("Filesystem %s has no unmount op", vfc->vfc_name));
- if (vfsops->vfs_start == NULL)
- /* make a file system operational */
- vfsops->vfs_start = vfs_stdstart;
if (vfsops->vfs_root == NULL)
/* return file system's root vnode */
vfsops->vfs_root = vfs_stdroot;
OpenPOWER on IntegriCloud