diff options
| author | 2023-06-16 15:20:09 +0100 | |
|---|---|---|
| committer | 2023-06-26 06:21:41 -0700 | |
| commit | 3f8ac7da8c6efd72908e0a16d4a149e79f356a00 (patch) | |
| tree | e8ad91613d37981c4a3677b4eba7e2d4a8ad8ba3 /include/linux/bcma/ssh:/git@git.zx2c4.com/git: | |
| parent | f2fs: do not issue small discard commands during checkpoint (diff) | |
f2fs: remove redundant assignment to variable err
The assignment to variable err is redundant since the code jumps to
label next and err is then re-assigned a new value on the call to
sanity_check_node_chain. Remove the assignment.
Cleans up clang scan build warning:
fs/f2fs/recovery.c:464:6: warning: Value stored to 'err' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
