diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index e0f46df357e6..da2f29a55ec3 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -54,6 +54,8 @@ struct ocfs2_alloc_context { | |||
54 | u64 ac_last_group; | 54 | u64 ac_last_group; |
55 | u64 ac_max_block; /* Highest block number to allocate. 0 is | 55 | u64 ac_max_block; /* Highest block number to allocate. 0 is |
56 | is the same as ~0 - unlimited */ | 56 | is the same as ~0 - unlimited */ |
57 | |||
58 | struct ocfs2_alloc_reservation *ac_resv; | ||
57 | }; | 59 | }; |
58 | 60 | ||
59 | void ocfs2_init_steal_slots(struct ocfs2_super *osb); | 61 | void ocfs2_init_steal_slots(struct ocfs2_super *osb); |