diff options
author | 2021-06-29 21:55:51 +0800 | |
---|---|---|
committer | 2021-08-06 13:41:48 -0700 | |
commit | eb880949ef41c98a203c4a033e06e05854d902ef (patch) | |
tree | 43a94396ec4646f662ec9f082114d185edf82663 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu: Mark accesses in tree_stall.h (diff) | |
download | linux-dev-eb880949ef41c98a203c4a033e06e05854d902ef.tar.xz linux-dev-eb880949ef41c98a203c4a033e06e05854d902ef.zip |
rcu: Remove useless "ret" update in rcu_gp_fqs_loop()
Within rcu_gp_fqs_loop(), the "ret" local variable is set to the
return value from swait_event_idle_timeout_exclusive(), but "ret" is
unconditionally overwritten later in the code. This commit therefore
removes this useless assignment.
Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions