summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-10 21:37:11 +0000
committerdes <des@FreeBSD.org>2001-06-10 21:37:11 +0000
commit2002923bda266a13ddb6a6c5e014d885e6ab77f1 (patch)
treec75ecc22423473956e291fa137ef801b77d1a655 /sys/fs
parent1988303641ed5eeea7666f3901f34f2f7c6d0710 (diff)
downloadFreeBSD-src-2002923bda266a13ddb6a6c5e014d885e6ab77f1.zip
FreeBSD-src-2002923bda266a13ddb6a6c5e014d885e6ab77f1.tar.gz
Whoops, some of my test code snuck in here.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/pseudofs/pseudofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h
index b0666ea..cfe3d9e 100644
--- a/sys/fs/pseudofs/pseudofs.h
+++ b/sys/fs/pseudofs/pseudofs.h
@@ -157,7 +157,7 @@ _##name##_uninit(struct vfsconf *vfc) { \
return pfs_uninit(&name##_info, vfc); \
} \
\
-static struct vfsops testfs_vfsops = { \
+static struct vfsops name##_vfsops = { \
_##name##_mount, \
vfs_stdstart, \
pfs_unmount, \
OpenPOWER on IntegriCloud