From 1b2fbe6ff9e565c9a7dd936b01ea64045c0cc0f6 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn 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 a793bc73063a..43e0e8487555 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.3