diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ext3_fs_sb.h | 1 |
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; |