diff options
author | Jiapeng Chong <[email protected]> | 2021-06-02 14:56:29 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2021-06-02 14:56:29 -0700 |
commit | 9673261c32dc2f30863b803374b726a72d16b07c (patch) | |
tree | eca8a5a6a4c409fcd523f605a032dce1a3076e31 /scripts/gdb/linux/timerlist.py | |
parent | 5f7fd75086203a8a4dd3e518976e52bcf24e8b22 (diff) |
xfs: Remove redundant assignment to busy
Variable busy is set to false, but this value is never read as it is
overwritten or not used later on, hence it is a redundant assignment
and can be removed.
Clean up the following clang-analyzer warning:
fs/xfs/libxfs/xfs_alloc.c:1679:2: warning: Value stored to 'busy' is
never read [clang-analyzer-deadcode.DeadStores].
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions