summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_mount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-29 10:42:30 +0000
committerphk <phk@FreeBSD.org>2004-10-29 10:42:30 +0000
commitbb4386fa183e868e6a25f3bedb087cd1d61807f5 (patch)
tree64b1cd49f2f6d0648d9539e6efddcb7876922f02 /sys/gnu/fs/ext2fs/ext2_mount.h
parente172d33222a3bbc7f97ab392f18ef13ed0a1116b (diff)
downloadFreeBSD-src-bb4386fa183e868e6a25f3bedb087cd1d61807f5.zip
FreeBSD-src-bb4386fa183e868e6a25f3bedb087cd1d61807f5.tar.gz
Move EXT2FS to GEOM backing instead of DEVFS.
For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250.
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_mount.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index 1a2893d..2c91a0e 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.h
@@ -53,6 +53,10 @@ struct ext2mount {
u_long um_nindir; /* indirect ptrs per block */
u_long um_bptrtodb; /* indir ptr to disk block */
u_long um_seqinc; /* inc between seq blocks */
+
+ struct g_geom *um_gp;
+ struct g_consumer *um_cp;
+ struct bufobj *um_bo;
};
/* Convert mount ptr to ext2fsmount ptr. */
OpenPOWER on IntegriCloud