diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-09-02 09:19:32 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-02 09:19:32 -0700 |
commit | 95f4b45bc688b03107f5452ccda29496fc1b4ecf (patch) | |
tree | bb190b30e210dc74136afeba8946fa0a9368c3c3 /net/l2tp/l2tp_eth.c | |
parent | 3e502e63586920f219ed2590f69c1f5a8888cfa4 (diff) | |
download | op-kernel-dev-95f4b45bc688b03107f5452ccda29496fc1b4ecf.zip op-kernel-dev-95f4b45bc688b03107f5452ccda29496fc1b4ecf.tar.gz |
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/l2tp/l2tp_eth.c')
-rw-r--r-- | net/l2tp/l2tp_eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c index 58c6c4c..f3468ba 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 |