]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7014b5022e164136983c2b38a4fe1ac061468c0
tree9eef5f1baa3ead5d977d1a07e0dab70c8e2a9be7
parent1df7eb1ca477b826c461b694d57789b4da41844a
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