aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2007-10-17 02:26:26 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 11:42:48 -0400
commit571beed8d698e20392e525ed7f360410e40d12e8 (patch)
tree4251ac5806885becec7926f03cec485cbb990f99 /include
parent93d44cb275f3eba720617a8c5b00d51a8e0e9049 (diff)
ext3: show all mount options
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ext3_fs_sb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ext3_fs_sb.h b/include/linux/ext3_fs_sb.h
index d3c08353edf6..b65f0288b842 100644
--- a/include/linux/ext3_fs_sb.h
+++ b/include/linux/ext3_fs_sb.h
@@ -44,6 +44,7 @@ struct ext3_sb_info {
44 struct ext3_super_block * s_es; /* Pointer to the super block in the buffer */ 44 struct ext3_super_block * s_es; /* Pointer to the super block in the buffer */
45 struct buffer_head ** s_group_desc; 45 struct buffer_head ** s_group_desc;
46 unsigned long s_mount_opt; 46 unsigned long s_mount_opt;
47 ext3_fsblk_t s_sb_block;
47 uid_t s_resuid; 48 uid_t s_resuid;
48 gid_t s_resgid; 49 gid_t s_resgid;
49 unsigned short s_mount_state; 50 unsigned short s_mount_state;