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