summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_fs_sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_fs_sb.h')
-rw-r--r--sys/gnu/ext2fs/ext2_fs_sb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_fs_sb.h b/sys/gnu/ext2fs/ext2_fs_sb.h
index 07367cf..85f71bf 100644
--- a/sys/gnu/ext2fs/ext2_fs_sb.h
+++ b/sys/gnu/ext2fs/ext2_fs_sb.h
@@ -73,6 +73,7 @@ struct ext2_sb_info {
unsigned int s_fsbtodb; /* shift to get disk block */
char s_rd_only; /* read-only */
char s_dirt; /* fs modified flag */
+ char s_wasvalid; /* valid at mount time */
char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
};
OpenPOWER on IntegriCloud