diff options
Diffstat (limited to 'fs/ext4/ext4_i.h')
-rw-r--r-- | fs/ext4/ext4_i.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h index c2903ef72159..ef7409f0e7e4 100644 --- a/fs/ext4/ext4_i.h +++ b/fs/ext4/ext4_i.h | |||
@@ -163,6 +163,13 @@ struct ext4_inode_info { | |||
163 | /* mballoc */ | 163 | /* mballoc */ |
164 | struct list_head i_prealloc_list; | 164 | struct list_head i_prealloc_list; |
165 | spinlock_t i_prealloc_lock; | 165 | spinlock_t i_prealloc_lock; |
166 | |||
167 | /* allocation reservation info for delalloc */ | ||
168 | unsigned long i_reserved_data_blocks; | ||
169 | unsigned long i_reserved_meta_blocks; | ||
170 | unsigned long i_allocated_meta_blocks; | ||
171 | unsigned short i_delalloc_reserved_flag; | ||
172 | spinlock_t i_block_reservation_lock; | ||
166 | }; | 173 | }; |
167 | 174 | ||
168 | #endif /* _EXT4_I */ | 175 | #endif /* _EXT4_I */ |