Re: [PATCH][next] ext4: remove redundant assignment of variable ex
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-12-03 14:20:17
Also in:
kernel-janitors, lkml
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-12-03 14:20:17
Also in:
kernel-janitors, lkml
On Wed, Oct 21, 2020 at 02:23:26PM +0100, Colin King wrote:
From: Colin Ian King <redacted>
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 <redacted>Thanks, applied. - Ted