summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/udf/udf.h')
-rw-r--r--sys/fs/udf/udf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h
index c45f60e..6cebc71 100644
--- a/sys/fs/udf/udf.h
+++ b/sys/fs/udf/udf.h
@@ -42,6 +42,8 @@ struct udf_node {
struct udf_mnt {
int im_flags;
struct mount *im_mountp;
+ struct g_consumer *im_cp;
+ struct bufobj *im_bo;
struct cdev *im_dev;
struct vnode *im_devvp;
int bsize;
OpenPOWER on IntegriCloud