summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/iso.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-29 10:41:44 +0000
committerphk <phk@FreeBSD.org>2004-10-29 10:41:44 +0000
commite172d33222a3bbc7f97ab392f18ef13ed0a1116b (patch)
treef2ec249b9eca34b1a52932d3d496347f84fcd02e /sys/isofs/cd9660/iso.h
parent6dbcd5fd091cd06ac853f27276cb7f316af8eab9 (diff)
downloadFreeBSD-src-e172d33222a3bbc7f97ab392f18ef13ed0a1116b.zip
FreeBSD-src-e172d33222a3bbc7f97ab392f18ef13ed0a1116b.tar.gz
Move CD9660 to GEOM backing instead of DEVFS.
For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250.
Diffstat (limited to 'sys/isofs/cd9660/iso.h')
-rw-r--r--sys/isofs/cd9660/iso.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h
index 412f130..d748063 100644
--- a/sys/isofs/cd9660/iso.h
+++ b/sys/isofs/cd9660/iso.h
@@ -226,6 +226,9 @@ struct iso_mnt {
struct cdev *im_dev;
struct vnode *im_devvp;
+ struct g_consumer *im_cp;
+ struct bufobj *im_bo;
+
int logical_block_size;
int im_bshift;
int im_bmask;
OpenPOWER on IntegriCloud