diff options
Diffstat (limited to 'include/linux/ext2_fs_sb.h')
-rw-r--r-- | include/linux/ext2_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ext2_fs_sb.h b/include/linux/ext2_fs_sb.h index d149f2959e67..199ef37b0a19 100644 --- a/include/linux/ext2_fs_sb.h +++ b/include/linux/ext2_fs_sb.h | |||
@@ -39,6 +39,7 @@ struct ext2_sb_info { | |||
39 | struct ext2_super_block * s_es; /* Pointer to the super block in the buffer */ | 39 | struct ext2_super_block * s_es; /* Pointer to the super block in the buffer */ |
40 | struct buffer_head ** s_group_desc; | 40 | struct buffer_head ** s_group_desc; |
41 | unsigned long s_mount_opt; | 41 | unsigned long s_mount_opt; |
42 | unsigned long s_sb_block; | ||
42 | uid_t s_resuid; | 43 | uid_t s_resuid; |
43 | gid_t s_resgid; | 44 | gid_t s_resgid; |
44 | unsigned short s_mount_state; | 45 | unsigned short s_mount_state; |