aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c
index 44a51a7b4c3a..acdced86413c 100644
--- a/fs/xfs/xfs_alloc.c
+++ b/fs/xfs/xfs_alloc.c
@@ -276,7 +276,6 @@ xfs_alloc_fix_minleft(
276 return 1; 276 return 1;
277 agf = XFS_BUF_TO_AGF(args->agbp); 277 agf = XFS_BUF_TO_AGF(args->agbp);
278 diff = be32_to_cpu(agf->agf_freeblks) 278 diff = be32_to_cpu(agf->agf_freeblks)
279 + be32_to_cpu(agf->agf_flcount)
280 - args->len - args->minleft; 279 - args->len - args->minleft;
281 if (diff >= 0) 280 if (diff >= 0)
282 return 1; 281 return 1;