ext4: remove redundant assignment of variable ex
authorColin Ian King <colin.king@canonical.com>
Wed, 21 Oct 2020 13:23:26 +0000 (14:23 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Dec 2020 14:18:48 +0000 (09:18 -0500)
commitface525ecb30b3d7e35be21911a933980ab504f9
treec2ebb71b73b60b233079eff97c24fac0a58fd512
parent46bac5352929f75c1ec0c2395b06dcbc0fbaee69
ext4: remove redundant assignment of variable ex

Variable ex is assigned a variable that is not being read, the assignment
is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201021132326.148052-1-colin.king@canonical.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c