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 3be4e73e8b13..33d55734c514 100644
--- a/fs/ocfs2/suballoc.c
+++ b/fs/ocfs2/suballoc.c
@@ -424,6 +424,7 @@ static int ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb,
424 } 424 }
425 425
426 ac->ac_inode = alloc_inode; 426 ac->ac_inode = alloc_inode;
427 ac->ac_alloc_slot = slot;
427 428
428 fe = (struct ocfs2_dinode *) bh->b_data; 429 fe = (struct ocfs2_dinode *) bh->b_data;
429 if (!OCFS2_IS_VALID_DINODE(fe)) { 430 if (!OCFS2_IS_VALID_DINODE(fe)) {