Revert Backoff [v3]: Rename skb to icmp_skb in tcp_v4_err()
authorDamian Lukowski <damian@tvk.rwth-aachen.de>
Wed, 26 Aug 2009 00:16:27 +0000 (00:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2009 09:45:38 +0000 (02:45 -0700)
commit4d1a2d9ec1c17df077ed09a0d135bccf5637a3b7
treea318cb0240edeea4702655542ac82e3c59314d06
parent6ee1652051f14d1c110f48a5b3ee037d63d0c2fa
Revert Backoff [v3]: Rename skb to icmp_skb in tcp_v4_err()

This supplementary patch renames skb to icmp_skb in tcp_v4_err() in order to
disambiguate from another sk_buff variable, which will be introduced
in a separate patch.

Signed-off-by: Damian Lukowski <damian@tvk.rwth-aachen.de>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c