diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-28 11:54:09 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-28 11:54:09 +0000 |
| commit | 1b2fbe6ff9e565c9a7dd936b01ea64045c0cc0f6 (patch) | |
| tree | 89da9842b82acd9c8834fdd9e52486119dc662da /sys/miscfs | |
| parent | 1fb2276093cc2616443ab9b785d8bccc2d0319c0 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/nullfs/null_vfsops.c | 2 |
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); |
