summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-28 11:54:09 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-28 11:54:09 +0000
commiteba01e2cbc14120e72f7408486af2a08cb5e7749 (patch)
tree244d0553ee77d89655427692aad20e5f907d8da6 /sys/miscfs
parentdd73d75cd10a7d9ad861c74d367639da92b1c29d (diff)
downloadFreeBSD-src-eba01e2cbc14120e72f7408486af2a08cb5e7749.zip
FreeBSD-src-eba01e2cbc14120e72f7408486af2a08cb5e7749.tar.gz
Rename the loadable nullfs kernel module: null -> nullfs
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 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);
OpenPOWER on IntegriCloud