commit | c708b1c6de7f996b073bb3296af17f37881a09de | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 20 00:10:10 2019 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 20 00:10:10 2019 -0400 |
tree | 47f6b14a33011b276e1d9d1d58576fa3575c9e05 | |
parent | 3ae72562ad917df36a1b1247d749240e3b4865db [diff] |
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 <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>