xfs: remove redundant assignment of ifp
authorColin Ian King <colin.king@canonical.com>
Thu, 20 Oct 2016 04:40:55 +0000 (15:40 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 20 Oct 2016 04:40:55 +0000 (15:40 +1100)
commit1d55a4bfd080ff4c6c96acfccfb7cdd2615ed6c2
tree9eef5f1baa3ead5d977d1a07e0dab70c8e2a9be7
parent1001354ca34179f3db924eb66672442a173147dc
xfs: remove redundant assignment of ifp

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>
fs/xfs/libxfs/xfs_bmap.c