aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-28 11:54:09 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-28 11:54:09 +0000
commit1b2fbe6ff9e565c9a7dd936b01ea64045c0cc0f6 (patch)
tree89da9842b82acd9c8834fdd9e52486119dc662da /sys/miscfs
parent1fb2276093cc2616443ab9b785d8bccc2d0319c0 (diff)
Notes
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/nullfs/null_vfsops.c2
1 files changed, 1 insertions, 1 deletions
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);