commit 4af429d29b341bb1735f04c2fb960178ed5d52e7 (vlan: lockless
transmit path) have a typo in vlan_dev_hard_start_xmit(), using
u64_stats_update_begin() to end the stat update, it should be
u64_stats_update_end().
Signed-off-by: Wei Yongjun <redacted>
---
net/8021q/vlan_dev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: WANG Cong <hidden> Date: 2011-06-01 13:55:18
On Wed, 01 Jun 2011 16:53:19 +0800, Wei Yongjun wrote:
commit 4af429d29b341bb1735f04c2fb960178ed5d52e7 (vlan: lockless transmit
path) have a typo in vlan_dev_hard_start_xmit(), using
u64_stats_update_begin() to end the stat update, it should be
u64_stats_update_end().
Signed-off-by: Wei Yongjun <redacted>
Yup, good catch!
Reviewed-by: WANG Cong <redacted>
From: Eric Dumazet <hidden> Date: 2011-06-01 15:07:12
Le mercredi 01 juin 2011 à 16:53 +0800, Wei Yongjun a écrit :
commit 4af429d29b341bb1735f04c2fb960178ed5d52e7 (vlan: lockless
transmit path) have a typo in vlan_dev_hard_start_xmit(), using
u64_stats_update_begin() to end the stat update, it should be
u64_stats_update_end().
Signed-off-by: Wei Yongjun <redacted>
Good catch, Thanks !
Acked-by: Eric Dumazet <redacted>
From: David Miller <davem@davemloft.net> Date: 2011-06-02 04:09:46
From: Eric Dumazet <redacted>
Date: Wed, 01 Jun 2011 17:07:07 +0200
Le mercredi 01 juin 2011 à 16:53 +0800, Wei Yongjun a écrit :
quoted
commit 4af429d29b341bb1735f04c2fb960178ed5d52e7 (vlan: lockless
transmit path) have a typo in vlan_dev_hard_start_xmit(), using
u64_stats_update_begin() to end the stat update, it should be
u64_stats_update_end().
Signed-off-by: Wei Yongjun <redacted>
Good catch, Thanks !
Acked-by: Eric Dumazet <redacted>