summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorWei Yongjun2016-06-27 14:48:53 +0200
committerDavid S. Miller2016-06-29 11:23:42 +0200
commit96183182ad05d1ce31b9048921c12bf4ad621eaf (patch)
tree43125d3783d77aad52850bbc6a433100ef66371a /net/ipv4/tcp_output.c
parentMerge branch 'thunderx-fixes' (diff)
downloadkernel-qcow2-linux-96183182ad05d1ce31b9048921c12bf4ad621eaf.tar.gz
kernel-qcow2-linux-96183182ad05d1ce31b9048921c12bf4ad621eaf.tar.xz
kernel-qcow2-linux-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 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions