diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2019-12-16 00:06:22 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2019-12-16 00:06:22 +0000 |
commit | 6fa079fc3f5e7e120f166420c6f0c60f701ba9ae (patch) | |
tree | e4e1a5b87c3bafe37440d4280532fed52907cd41 /sys/fs/deadfs/dead_vnops.c | |
parent | 3fd19ce7a5e085b28cd2d5aec444f8f86441686c (diff) | |
download | src-6fa079fc3f5e7e120f166420c6f0c60f701ba9ae.tar.gz src-6fa079fc3f5e7e120f166420c6f0c60f701ba9ae.zip |
Notes
Diffstat (limited to 'sys/fs/deadfs/dead_vnops.c')
-rw-r--r-- | sys/fs/deadfs/dead_vnops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/deadfs/dead_vnops.c b/sys/fs/deadfs/dead_vnops.c index a3153aed326a..91a75dd59451 100644 --- a/sys/fs/deadfs/dead_vnops.c +++ b/sys/fs/deadfs/dead_vnops.c @@ -80,6 +80,7 @@ struct vop_vector dead_vnodeops = { .vop_unset_text = dead_unset_text, .vop_write = dead_write, }; +VFS_VOP_VECTOR_REGISTER(dead_vnodeops); static int dead_getwritemount(struct vop_getwritemount_args *ap) |