From 04ccc751dafa4df178f63d29251c343051fb2ce4 Mon Sep 17 00:00:00 2001 From: David Chinner Date: Thu, 17 Apr 2008 16:49:49 +1000 Subject: [PATCH] --- yaml --- r: 89441 b: refs/heads/master c: e6430037e9fd0b3d02ceaf5ab99bfe3ccb763be7 h: refs/heads/master i: 89439: 8983de0795fcda5a8bda7ca2bea866e98e1715ae v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_alloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bc193478e34a..97c47be3b5fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4055947bd0913864f4d8ac96bf1197338071622 +refs/heads/master: e6430037e9fd0b3d02ceaf5ab99bfe3ccb763be7 diff --git a/trunk/fs/xfs/xfs_alloc.c b/trunk/fs/xfs/xfs_alloc.c index facdae14edd0..1956f83489f1 100644 --- a/trunk/fs/xfs/xfs_alloc.c +++ b/trunk/fs/xfs/xfs_alloc.c @@ -838,7 +838,7 @@ xfs_alloc_ag_vextent_near( XFS_WANT_CORRUPTED_GOTO(i == 1, error0); xfs_alloc_compute_aligned(ltbno, ltlen, args->alignment, args->minlen, <bnoa, <lena); - if (ltlena >= args->minlen) + if (ltlena < args->minlen) continue; args->len = XFS_EXTLEN_MIN(ltlena, args->maxlen); xfs_alloc_fix_len(args);