diff options
-rw-r--r-- | fs/ocfs2/localalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c index aebeacd807c3..cd5496b7a0a3 100644 --- a/fs/ocfs2/localalloc.c +++ b/fs/ocfs2/localalloc.c | |||
@@ -1082,7 +1082,7 @@ static int ocfs2_local_alloc_reserve_for_window(struct ocfs2_super *osb, | |||
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | retry_enospc: | 1084 | retry_enospc: |
1085 | (*ac)->ac_bits_wanted = osb->local_alloc_default_bits; | 1085 | (*ac)->ac_bits_wanted = osb->local_alloc_bits; |
1086 | status = ocfs2_reserve_cluster_bitmap_bits(osb, *ac); | 1086 | status = ocfs2_reserve_cluster_bitmap_bits(osb, *ac); |
1087 | if (status == -ENOSPC) { | 1087 | if (status == -ENOSPC) { |
1088 | if (ocfs2_recalc_la_window(osb, OCFS2_LA_EVENT_ENOSPC) == | 1088 | if (ocfs2_recalc_la_window(osb, OCFS2_LA_EVENT_ENOSPC) == |
@@ -1154,7 +1154,7 @@ retry_enospc: | |||
1154 | OCFS2_LA_DISABLED) | 1154 | OCFS2_LA_DISABLED) |
1155 | goto bail; | 1155 | goto bail; |
1156 | 1156 | ||
1157 | ac->ac_bits_wanted = osb->local_alloc_default_bits; | 1157 | ac->ac_bits_wanted = osb->local_alloc_bits; |
1158 | status = ocfs2_claim_clusters(handle, ac, | 1158 | status = ocfs2_claim_clusters(handle, ac, |
1159 | osb->local_alloc_bits, | 1159 | osb->local_alloc_bits, |
1160 | &cluster_off, | 1160 | &cluster_off, |