diff options
Diffstat (limited to 'sys/geom/geom_vfs.h')
-rw-r--r-- | sys/geom/geom_vfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_vfs.h b/sys/geom/geom_vfs.h index 85aa2b5..806ec1c 100644 --- a/sys/geom/geom_vfs.h +++ b/sys/geom/geom_vfs.h @@ -36,7 +36,6 @@ struct buf; extern struct buf_ops *g_vfs_bufops; void g_vfs_strategy(struct bufobj *bo, struct buf *bp); -void g_vfs_orphan(struct g_consumer *cp); int g_vfs_open(struct vnode *vp, struct g_consumer **cpp, const char *fsname, int wr); void g_vfs_close(struct g_consumer *cp, struct thread *td); |