diff options
Diffstat (limited to 'fs/ext4/ext4.h')
| -rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 276a26f117e6..569f527080bf 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
| @@ -852,7 +852,7 @@ struct ext4_sb_info { | |||
| 852 | struct buffer_head * s_sbh; /* Buffer containing the super block */ | 852 | struct buffer_head * s_sbh; /* Buffer containing the super block */ |
| 853 | struct ext4_super_block *s_es; /* Pointer to the super block in the buffer */ | 853 | struct ext4_super_block *s_es; /* Pointer to the super block in the buffer */ |
| 854 | struct buffer_head **s_group_desc; | 854 | struct buffer_head **s_group_desc; |
| 855 | unsigned long s_mount_opt; | 855 | unsigned int s_mount_opt; |
| 856 | ext4_fsblk_t s_sb_block; | 856 | ext4_fsblk_t s_sb_block; |
| 857 | uid_t s_resuid; | 857 | uid_t s_resuid; |
| 858 | gid_t s_resgid; | 858 | gid_t s_resgid; |
