diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index e5c273ff928b..e52b48f86ed4 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -170,8 +170,8 @@ struct ext4_group_desc | |||
170 | */ | 170 | */ |
171 | 171 | ||
172 | struct flex_groups { | 172 | struct flex_groups { |
173 | __u32 free_inodes; | 173 | atomic_t free_inodes; |
174 | __u32 free_blocks; | 174 | atomic_t free_blocks; |
175 | }; | 175 | }; |
176 | 176 | ||
177 | #define EXT4_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not in use */ | 177 | #define EXT4_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not in use */ |