aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2016-06-27 12:48:53 +0000
committerDavid S. Miller <[email protected]>2016-06-29 09:23:42 +0000
commit96183182ad05d1ce31b9048921c12bf4ad621eaf (patch)
tree43125d3783d77aad52850bbc6a433100ef66371a /net/ipv4/tcp_output.c
parentMerge branch 'thunderx-fixes' (diff)
downloadkernel-96183182ad05d1ce31b9048921c12bf4ad621eaf.tar.gz
kernel-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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions