diff options
author | Veaceslav Falico <[email protected]> | 2014-01-27 14:37:32 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-01-27 13:12:45 -0800 |
commit | f2ebd477f141bc09b10fb8deb612a4d9b8999bba (patch) | |
tree | 097d2f21d367ae28eaa40fc5d1ee9519f8932687 /lib/mpi/mpi-internal.h | |
parent | 98b90f26651f9d84cfbb0221c9a3d9863c5bea69 (diff) |
bonding: restructure locking of bond_ab_arp_probe()
Currently we're calling it from under RCU context, however we're using some
functions that require rtnl to be held.
Fix this by restructuring the locking - don't call it under any locks,
aquire rcu_read_lock() if we're sending _only_ (i.e. we have the active
slave present), and use rtnl locking otherwise - if we need to modify
(in)active flags of a slave.
CC: Jay Vosburgh <[email protected]>
CC: Andy Gospodarek <[email protected]>
Signed-off-by: Veaceslav Falico <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions