diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2007-10-17 02:26:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:49 -0400 |
commit | d9c9bef1345e5d9258febce2a37e4d40319fa728 (patch) | |
tree | cf2d2539011d914fdf33355bb2f3eac1c29a2fdc /include | |
parent | 571beed8d698e20392e525ed7f360410e40d12e8 (diff) |
ext4: 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/ext4_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ext4_fs_sb.h b/include/linux/ext4_fs_sb.h index 1b2ffee12be9..0a8e47d47c91 100644 --- a/include/linux/ext4_fs_sb.h +++ b/include/linux/ext4_fs_sb.h | |||
@@ -45,6 +45,7 @@ struct ext4_sb_info { | |||
45 | struct ext4_super_block * s_es; /* Pointer to the super block in the buffer */ | 45 | struct ext4_super_block * s_es; /* Pointer to the super block in the buffer */ |
46 | struct buffer_head ** s_group_desc; | 46 | struct buffer_head ** s_group_desc; |
47 | unsigned long s_mount_opt; | 47 | unsigned long s_mount_opt; |
48 | ext4_fsblk_t s_sb_block; | ||
48 | uid_t s_resuid; | 49 | uid_t s_resuid; |
49 | gid_t s_resgid; | 50 | gid_t s_resgid; |
50 | unsigned short s_mount_state; | 51 | unsigned short s_mount_state; |