From eba01e2cbc14120e72f7408486af2a08cb5e7749 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 28 Jul 2000 11:54:09 +0000 Subject: Rename the loadable nullfs kernel module: null -> nullfs --- sys/miscfs/nullfs/null_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/miscfs') diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index a793bc7..43e0e84 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -446,4 +446,4 @@ static struct vfsops null_vfsops = { nullfs_extattrctl, }; -VFS_SET(null_vfsops, null, VFCF_LOOPBACK); +VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK); -- cgit v1.1