summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-25 15:52:04 +0000
committerphk <phk@FreeBSD.org>2005-01-25 15:52:04 +0000
commitbb8d78bf443578181578e93ae89f4ba87be62f46 (patch)
tree006765566c899c6067ab86bc60e6a5ab9f93446c /sys/geom/geom_vfs.h
parent5aa1777f1d2fef4a08ca34c95cd1e5130a0fe4ee (diff)
downloadFreeBSD-src-bb8d78bf443578181578e93ae89f4ba87be62f46.zip
FreeBSD-src-bb8d78bf443578181578e93ae89f4ba87be62f46.tar.gz
Introduce and use g_vfs_close().
Diffstat (limited to 'sys/geom/geom_vfs.h')
-rw-r--r--sys/geom/geom_vfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_vfs.h b/sys/geom/geom_vfs.h
index 6c2bacb..85aa2b5 100644
--- a/sys/geom/geom_vfs.h
+++ b/sys/geom/geom_vfs.h
@@ -38,5 +38,6 @@ 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);
#endif /* _GEOM_GEOM_VFS_H_ */
OpenPOWER on IntegriCloud