[PATCH] xfs: check correct status variable for xfs_inobt_get_rec() call
Ben Myers
bpm at sgi.com
Fri Aug 30 13:49:38 CDT 2013
On Tue, Aug 27, 2013 at 05:15:45PM -0400, Brian Foster wrote:
> The call to xfs_inobt_get_rec() in xfs_dialloc_ag() passes 'j' as
> the output status variable. The immediately following
> XFS_WANT_CORRUPTED_GOTO() checks the value of 'i,' which is from
> the previous lookup call and has already been checked. Fix the
> corruption check to use 'j.'
>
> Signed-off-by: Brian Foster <bfoster at redhat.com>
Applied.
More information about the xfs
mailing list