]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove redundant assignment to variable error
authorColin Ian King <colin.king@canonical.com>
Wed, 6 Nov 2019 16:07:46 +0000 (08:07 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 6 Nov 2019 16:07:46 +0000 (08:07 -0800)
commitcdf7ff0e7dbea793482c758b7617162b695bb826
tree4bf9b5f04ed0c71b05ebe0cebf799e4e9f62385b
parent495a5b09d07a904d48ac8712f65ab18ac88b8882
xfs: remove redundant assignment to variable error

Variable error is being initialized with a value that is never read
and is being re-assigned a couple of statements later on. The
assignment is redundant and hence can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_super.c