mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Whoops, some of my test code snuck in here.
This commit is contained in:
parent
c052429fde
commit
7005ce8a5f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78017
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user