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>
Applied and queued up for -stable.
Thanks!