diff options
| author | Colin Ian King <[email protected]> | 2024-01-16 11:07:23 +0000 |
|---|---|---|
| committer | Kent Overstreet <[email protected]> | 2024-01-21 18:27:10 +0000 |
| commit | aead3428e8b7502942356a17f0882d28eb3ff0c3 (patch) | |
| tree | cb6ddbdda6b9655a660e373bbd50062e4058cc5d /fs/bcachefs/btree_trans_commit.c | |
| parent | bcachefs: Improve trace_trans_restart_relock (diff) | |
| download | kernel-aead3428e8b7502942356a17f0882d28eb3ff0c3.tar.gz kernel-aead3428e8b7502942356a17f0882d28eb3ff0c3.zip | |
bcachefs: remove redundant variable tmp
The variable tmp is being assigned a value but it isn't being
read afterwards. The assignment is redundant and so tmp can be
removed.
Cleans up clang scan build warning:
warning: Although the value stored to 'ret' is used in the enclosing
expression, the value is never actually read from 'ret'
[deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'fs/bcachefs/btree_trans_commit.c')
0 files changed, 0 insertions, 0 deletions
