aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r--fs/ext4/mballoc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h
index 95d4c7f29a8a..10a2921baf14 100644
--- a/fs/ext4/mballoc.h
+++ b/fs/ext4/mballoc.h
@@ -195,6 +195,11 @@ struct ext4_allocation_context {
195 __u8 ac_op; /* operation, for history only */ 195 __u8 ac_op; /* operation, for history only */
196 struct page *ac_bitmap_page; 196 struct page *ac_bitmap_page;
197 struct page *ac_buddy_page; 197 struct page *ac_buddy_page;
198 /*
199 * pointer to the held semaphore upon successful
200 * block allocation
201 */
202 struct rw_semaphore *alloc_semp;
198 struct ext4_prealloc_space *ac_pa; 203 struct ext4_prealloc_space *ac_pa;
199 struct ext4_locality_group *ac_lg; 204 struct ext4_locality_group *ac_lg;
200}; 205};