summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-29 10:40:58 +0000
committerphk <phk@FreeBSD.org>2004-10-29 10:40:58 +0000
commit6dbcd5fd091cd06ac853f27276cb7f316af8eab9 (patch)
tree8d1ae2cf766f453bce7569d0be063aa51d4a6804 /sys/fs/udf/udf.h
parenta4581c67889154eca92ca51c4863ca7e13d8238f (diff)
downloadFreeBSD-src-6dbcd5fd091cd06ac853f27276cb7f316af8eab9.zip
FreeBSD-src-6dbcd5fd091cd06ac853f27276cb7f316af8eab9.tar.gz
Move UDF to GEOM backing instead of DEVFS.
For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250.
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