Re: [PATCH] vlan: fix typo in vlan_dev_hard_start_xmit()
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>