aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/suballoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/suballoc.c')
-rw-r--r--fs/ocfs2/suballoc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c
index d4babfba4f04..f20bcbf64ce0 100644
--- a/fs/ocfs2/suballoc.c
+++ b/fs/ocfs2/suballoc.c
@@ -130,6 +130,7 @@ void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac)
130 } 130 }
131 brelse(ac->ac_bh); 131 brelse(ac->ac_bh);
132 ac->ac_bh = NULL; 132 ac->ac_bh = NULL;
133 ac->ac_resv = NULL;
133} 134}
134 135
135void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) 136void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac)