xfs: remove redundant pointer lip
authorColin Ian King <colin.i.king@gmail.com>
Tue, 18 Oct 2022 21:37:39 +0000 (14:37 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Oct 2022 16:42:56 +0000 (09:42 -0700)
commitfc93812c725068e6a491ce574f058a4530130c00
tree59949ca4658397e9d940afc610a092f9b801fe58
parent13cf24e00665c9751951a422756d975812b71173
xfs: remove redundant pointer lip

The assignment to pointer lip is not really required, the pointer lip
is redundant and can be removed.

Cleans up clang-scan warning:
warning: Although the value stored to 'lip' is used in the enclosing
expression, the value is never actually read from 'lip'
[deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_trans_ail.c