Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218474
b: refs/heads/master
c: a71fb88
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Oct 27, 2010
1 parent b10fa26 commit 9d14756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74b0b85b88aaa952023762e0280799aaae849841
refs/heads/master: a71fb88145a03678fef3796930993e390db68a15
4 changes: 2 additions & 2 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ static void bond_vlan_rx_register(struct net_device *bond_dev,
struct slave *slave;
int i;

write_lock(&bond->lock);
write_lock_bh(&bond->lock);
bond->vlgrp = grp;
write_unlock(&bond->lock);
write_unlock_bh(&bond->lock);

bond_for_each_slave(bond, slave, i) {
struct net_device *slave_dev = slave->dev;
Expand Down

0 comments on commit 9d14756

Please sign in to comment.