From 75cf1e6077a87166aed82ee33f5157e0a2cb0cf9 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 21 Apr 2011 09:34:28 +0000 Subject: [PATCH] --- yaml --- r: 250073 b: refs/heads/master c: bf59170a66bc3eaf3ee513aa6ce9774aa2ab5188 h: refs/heads/master i: 250071: dcabf8b37718961476e62ee2177bd333ee917380 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_alloc.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f95367c6c8e6..250805c810aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44396476a0f24e5174768d3732f1958857c26d22 +refs/heads/master: bf59170a66bc3eaf3ee513aa6ce9774aa2ab5188 diff --git a/trunk/fs/xfs/xfs_alloc.c b/trunk/fs/xfs/xfs_alloc.c index 44a51a7b4c3a..acdced86413c 100644 --- a/trunk/fs/xfs/xfs_alloc.c +++ b/trunk/fs/xfs/xfs_alloc.c @@ -276,7 +276,6 @@ xfs_alloc_fix_minleft( return 1; agf = XFS_BUF_TO_AGF(args->agbp); diff = be32_to_cpu(agf->agf_freeblks) - + be32_to_cpu(agf->agf_flcount) - args->len - args->minleft; if (diff >= 0) return 1;