diff options
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r-- | drivers/net/tun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 64c7fc7ff08d..680d78e38f13 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
@@ -529,7 +529,6 @@ static __inline__ ssize_t tun_get_user(struct tun_struct *tun, struct iovec *iv, | |||
529 | } | 529 | } |
530 | 530 | ||
531 | netif_rx_ni(skb); | 531 | netif_rx_ni(skb); |
532 | tun->dev->last_rx = jiffies; | ||
533 | 532 | ||
534 | tun->dev->stats.rx_packets++; | 533 | tun->dev->stats.rx_packets++; |
535 | tun->dev->stats.rx_bytes += len; | 534 | tun->dev->stats.rx_bytes += len; |