aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-09-02 09:19:32 -0700
committerDavid S. Miller <davem@davemloft.net>2010-09-02 09:19:32 -0700
commit95f4b45bc688b03107f5452ccda29496fc1b4ecf (patch)
treebb190b30e210dc74136afeba8946fa0a9368c3c3 /net
parentstarfire: Temporary kludge to fix powerpc build. (diff)
downloadlinux-dev-95f4b45bc688b03107f5452ccda29496fc1b4ecf.tar.xz
linux-dev-95f4b45bc688b03107f5452ccda29496fc1b4ecf.zip
net: another last_rx round
Kill last_rx use in l2tp and two net drivers Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/l2tp/l2tp_eth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c
index 58c6c4cda73b..f3468ba3f5cb 100644
--- a/net/l2tp/l2tp_eth.c
+++ b/net/l2tp/l2tp_eth.c
@@ -144,7 +144,6 @@ static void l2tp_eth_dev_recv(struct l2tp_session *session, struct sk_buff *skb,
nf_reset(skb);
if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) {
- dev->last_rx = jiffies;
dev->stats.rx_packets++;
dev->stats.rx_bytes += data_len;
} else