diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index b8afabfeede4..a36d0aa50911 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -49,7 +49,7 @@ struct ocfs2_alloc_context { | |||
49 | 49 | ||
50 | /* these are used by the chain search */ | 50 | /* these are used by the chain search */ |
51 | u16 ac_chain; | 51 | u16 ac_chain; |
52 | int ac_allow_chain_relink; | 52 | int ac_disable_chain_relink; |
53 | group_search_t *ac_group_search; | 53 | group_search_t *ac_group_search; |
54 | 54 | ||
55 | u64 ac_last_group; | 55 | u64 ac_last_group; |