diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2014-02-18 07:48:36 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-18 22:47:14 +0100 |
commit | 3b7d636b50fb38e4e0f1113ba7bff8dcd19d140f (patch) | |
tree | 64fefe9dcd22c96e1c54d6d430e750d7d8395c82 /Documentation/networking | |
parent | Merge branch 'r8152' (diff) | |
download | linux-3b7d636b50fb38e4e0f1113ba7bff8dcd19d140f.tar.xz linux-3b7d636b50fb38e4e0f1113ba7bff8dcd19d140f.zip |
bonding: remove bond->lock from bond_arp_rcv
We're always called with rcu_read_lock() held (bond_arp_rcv() is only
called from bond_handle_frame(), which is rx_handler and always called
under rcu from __netif_receive_skb_core() ).
The slave active/passive and/or bonding params can change in-flight, however
we don't really care about that - we only modify the last time packet was
received, which is harmless.
CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Acked-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions