Re: [PATCH v2] ext4: remove set but rewrite variables
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-17 15:01:24
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-17 15:01:24
On Thu, May 20, 2021 at 02:55:52PM +0800, Tian Tao wrote:
In the ext4_dx_add_entry function, the at variable is assigned but will reset just after “again:” label. So delete the unnecessary assignment. this will not chang the logic. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Reviewed-by: Artem Blagodarenko <redacted>
Applied, thanks. - Ted