Re: [PATCH linux-next] ext4: Delete unused statements

From: Theodore Ts'o
Date: Wed Jan 05 2022 - 18:34:52 EST


On Thu, Nov 11, 2021 at 09:15:07AM +0000, cgel.zte@xxxxxxxxx wrote:
> From: luo penghao <luo.penghao@xxxxxxxxxx>
>
> The assignment statement is at the end of the function, and
> local variables will not be used.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: luo penghao <luo.penghao@xxxxxxxxxx>

There was a more complete fix-up of this issue that has been applied
from:

https://lore.kernel.org/r/20211025221803.3326-1-nghialm78@xxxxxxxxx

- Ted