aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-06-20 04:10:10 +0000
committerTheodore Ts'o <[email protected]>2019-06-20 04:10:10 +0000
commitc708b1c6de7f996b073bb3296af17f37881a09de (patch)
tree47f6b14a33011b276e1d9d1d58576fa3575c9e05 /fs/jbd2/commit.c
parentext4: optimize case-insensitive lookups (diff)
downloadkernel-c708b1c6de7f996b073bb3296af17f37881a09de.tar.gz
kernel-c708b1c6de7f996b073bb3296af17f37881a09de.zip
ext4: remove redundant assignment to node
Pointer 'node' is assigned a value that is never read, node is later overwritten when it re-assigned a different value inside the while-loop. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]> Reviewed-by: Jan Kara <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions