diff options
Diffstat (limited to 'sys/gnu/ext2fs/ext2_mount.h')
-rw-r--r-- | sys/gnu/ext2fs/ext2_mount.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_mount.h b/sys/gnu/ext2fs/ext2_mount.h index 1a2893d..2c91a0e 100644 --- a/sys/gnu/ext2fs/ext2_mount.h +++ b/sys/gnu/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. */ |