]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
bonding: drop read_lock in bond_fix_features
authornikolay@redhat.com <nikolay@redhat.com>
Mon, 2 Sep 2013 11:51:41 +0000 (13:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 04:27:25 +0000 (00:27 -0400)
commit9b7b165ac1adf5169f0ee03d107423ce7f5805d9
tree512e2289c33043c4741620d76bd97bbfbf4fdfdf
parentc509316b5b33664b08b2a40d09534e0bd3c6b648
bonding: drop read_lock in bond_fix_features

We're protected by RTNL so nothing can happen and we can safely drop the
read bond->lock.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c