]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove redundant assignment of ifp
authorColin Ian King <colin.king@canonical.com>
Tue, 25 Oct 2016 01:47:14 +0000 (12:47 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 01:47:14 +0000 (12:47 +1100)
commitdd84fc92d7c4073efc1806aa098027c2daf93483
tree978bd2050f3620dd07cf247df279be3e91cda5a1
parent22a693224bf7e473ff5fd8efe4cefaaf74217157
xfs: remove redundant assignment of ifp

Source kernel commit: 1d55a4bfd080ff4c6c96acfccfb7cdd2615ed6c2

Remove redundant ifp = ifp statement, it does nothing. Found with
static analysis by CoverityScan.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_bmap.c