aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4_i.h')
-rw-r--r--fs/ext4/ext4_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h
index 2d516c0a22af..4ce2187123aa 100644
--- a/fs/ext4/ext4_i.h
+++ b/fs/ext4/ext4_i.h
@@ -122,6 +122,9 @@ struct ext4_inode_info {
122 struct list_head i_prealloc_list; 122 struct list_head i_prealloc_list;
123 spinlock_t i_prealloc_lock; 123 spinlock_t i_prealloc_lock;
124 124
125 /* ialloc */
126 ext4_group_t i_last_alloc_group;
127
125 /* allocation reservation info for delalloc */ 128 /* allocation reservation info for delalloc */
126 unsigned int i_reserved_data_blocks; 129 unsigned int i_reserved_data_blocks;
127 unsigned int i_reserved_meta_blocks; 130 unsigned int i_reserved_meta_blocks;