]> 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)
commitf78b6e1947582f05fb09454e722c16566e07a795
tree9eef5f1baa3ead5d977d1a07e0dab70c8e2a9be7
parenta245803230f587f66ceddc152f3504b2a960aac2
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