eradicate lofs
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 31 Mar 1994 23:10:54 +0000 (15:10 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 31 Mar 1994 23:10:54 +0000 (15:10 -0800)
SCCS-vsn: sys/kern/vfs_conf.c 8.8

usr/src/sys/kern/vfs_conf.c

index 7f68e15..9cecad6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vfs_conf.c  8.7 (Berkeley) %G%
+ *     @(#)vfs_conf.c  8.8 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -59,13 +59,6 @@ extern       struct vfsops nfs_vfsops;
 #define        NFS_VFSOPS      NULL
 #endif
 
 #define        NFS_VFSOPS      NULL
 #endif
 
-#ifdef LOFS
-extern struct vfsops lofs_vfsops;
-#define        LOFS_VFSOPS     &lofs_vfsops
-#else
-#define        LOFS_VFSOPS     NULL
-#endif
-
 #ifdef FDESC
 extern struct vfsops fdesc_vfsops;
 #define        FDESC_VFSOPS    &fdesc_vfsops
 #ifdef FDESC
 extern struct vfsops fdesc_vfsops;
 #define        FDESC_VFSOPS    &fdesc_vfsops
@@ -136,7 +129,7 @@ struct vfsops *vfssw[] = {
        MFS_VFSOPS,             /* 3 = MOUNT_MFS */
        NULL,                   /* 4 = MOUNT_PC */
        LFS_VFSOPS,             /* 5 = MOUNT_LFS */
        MFS_VFSOPS,             /* 3 = MOUNT_MFS */
        NULL,                   /* 4 = MOUNT_PC */
        LFS_VFSOPS,             /* 5 = MOUNT_LFS */
-       LOFS_VFSOPS,            /* 6 = MOUNT_LOFS */
+       NULL,                   /* 6 = MOUNT_LOFS */
        FDESC_VFSOPS,           /* 7 = MOUNT_FDESC */
        PORTAL_VFSOPS,          /* 8 = MOUNT_PORTAL */
        NULL_VFSOPS,            /* 9 = MOUNT_NULL */
        FDESC_VFSOPS,           /* 7 = MOUNT_FDESC */
        PORTAL_VFSOPS,          /* 8 = MOUNT_PORTAL */
        NULL_VFSOPS,            /* 9 = MOUNT_NULL */
@@ -170,7 +163,6 @@ extern struct vnodeopv_desc spec_vnodeop_opv_desc;
 extern struct vnodeopv_desc nfsv2_vnodeop_opv_desc;
 extern struct vnodeopv_desc spec_nfsv2nodeop_opv_desc;
 extern struct vnodeopv_desc fifo_nfsv2nodeop_opv_desc;
 extern struct vnodeopv_desc nfsv2_vnodeop_opv_desc;
 extern struct vnodeopv_desc spec_nfsv2nodeop_opv_desc;
 extern struct vnodeopv_desc fifo_nfsv2nodeop_opv_desc;
-extern struct vnodeopv_desc lofs_vnodeop_opv_desc;
 extern struct vnodeopv_desc fdesc_vnodeop_opv_desc;
 extern struct vnodeopv_desc portal_vnodeop_opv_desc;
 extern struct vnodeopv_desc null_vnodeop_opv_desc;
 extern struct vnodeopv_desc fdesc_vnodeop_opv_desc;
 extern struct vnodeopv_desc portal_vnodeop_opv_desc;
 extern struct vnodeopv_desc null_vnodeop_opv_desc;
@@ -210,9 +202,6 @@ struct vnodeopv_desc *vfs_opv_descs[] = {
        &fifo_nfsv2nodeop_opv_desc,
 #endif
 #endif
        &fifo_nfsv2nodeop_opv_desc,
 #endif
 #endif
-#ifdef LOFS
-       &lofs_vnodeop_opv_desc,
-#endif
 #ifdef FDESC
        &fdesc_vnodeop_opv_desc,
 #endif
 #ifdef FDESC
        &fdesc_vnodeop_opv_desc,
 #endif