aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorBrian Foster <[email protected]>2013-08-27 17:15:45 -0400
committerBen Myers <[email protected]>2013-08-30 13:48:35 -0500
commitb121099d84b0311a26ca04d33961febb33580fe4 (patch)
treeab2956786bbcc78c7fd5fe8176e726790832fc94 /scripts/gdb/linux
parentd8914002a0391331a88d9f5de4a235220735d4cc (diff)
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 <[email protected]> Reviewed-by: Eric Sandeen <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Ben Myers <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions