[XFS] fix logic error in xfs_alloc_ag_vextent_near()
authorDavid Chinner <dgc@sgi.com>
Thu, 17 Apr 2008 06:49:49 +0000 (16:49 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:03:02 +0000 (12:03 +1000)
commite6430037e9fd0b3d02ceaf5ab99bfe3ccb763be7
tree82af4af56d4469ef8fef545921c560b765ff036f
parentd4055947bd0913864f4d8ac96bf1197338071622
[XFS] fix logic error in xfs_alloc_ag_vextent_near()

Fix a logic error in xfs_alloc_ag_vextent_near(). This is a regression
introduced by the error handling changes.

SGI-PV: 890084
SGI-Modid: xfs-linux-melb:xfs-kern:30838a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_alloc.c