diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 6ce3c7c8574c..65fe1dc0c750 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1144,6 +1144,9 @@ struct ext4_sb_info { | |||
1144 | unsigned long s_ext_blocks; | 1144 | unsigned long s_ext_blocks; |
1145 | unsigned long s_ext_extents; | 1145 | unsigned long s_ext_extents; |
1146 | #endif | 1146 | #endif |
1147 | /* ext4 extent cache stats */ | ||
1148 | unsigned long extent_cache_hits; | ||
1149 | unsigned long extent_cache_misses; | ||
1147 | 1150 | ||
1148 | /* for buddy allocator */ | 1151 | /* for buddy allocator */ |
1149 | struct ext4_group_info ***s_group_info; | 1152 | struct ext4_group_info ***s_group_info; |