summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r--fs/ocfs2/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index 9a876bb07cac..0f157bbd3e0f 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -7119,7 +7119,7 @@ int ocfs2_convert_inline_data_to_extents(struct inode *inode,
7119 goto out_commit; 7119 goto out_commit;
7120 did_quota = 1; 7120 did_quota = 1;
7121 7121
7122 data_ac->ac_resv = &OCFS2_I(inode)->ip_la_data_resv; 7122 data_ac->ac_resv = &oi->ip_la_data_resv;
7123 7123
7124 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, 7124 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
7125 &num); 7125 &num);