From b121099d84b0311a26ca04d33961febb33580fe4 Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Tue, 27 Aug 2013 17:15:45 -0400 Subject: [PATCH] xfs: check correct status variable for xfs_inobt_get_rec() call 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 Reviewed-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-format-patch failed