diff options
author | 2016-06-27 20:48:53 +0800 | |
---|---|---|
committer | 2016-06-29 05:23:42 -0400 | |
commit | 96183182ad05d1ce31b9048921c12bf4ad621eaf (patch) | |
tree | 43125d3783d77aad52850bbc6a433100ef66371a /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge branch 'thunderx-fixes' (diff) | |
download | linux-dev-96183182ad05d1ce31b9048921c12bf4ad621eaf.tar.xz linux-dev-96183182ad05d1ce31b9048921c12bf4ad621eaf.zip |
ibmvnic: fix to use list_for_each_safe() when delete items
Since we will remove items off the list using list_del() we need
to use a safe version of the list_for_each() macro aptly named
list_for_each_safe().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions