diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-05-20 08:55:52 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-06-23 03:34:17 +0200 |
commit | b2d2e7573548295a14db999095fd1df40352c91a (patch) | |
tree | a36a90156afaaf254fb845021dd590014407c4ec /fs/ext4/extents_status.c | |
parent | ext4: update journal documentation (diff) | |
download | linux-b2d2e7573548295a14db999095fd1df40352c91a.tar.xz linux-b2d2e7573548295a14db999095fd1df40352c91a.zip |
ext4: remove set but rewrite variables
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 <artem.blagodarenko@gmail.com>
Link: https://lore.kernel.org/r/1621493752-36890-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/extents_status.c')
0 files changed, 0 insertions, 0 deletions