Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87811
b: refs/heads/master
c: 2bf86b7
h: refs/heads/master
i:
  87809: 4fe3705
  87807: 35307a3
v: v3
  • Loading branch information
Jay Vosburgh authored and Jeff Garzik committed Mar 26, 2008
1 parent 3e05828 commit faee108
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: 26c080bf8308449330037f91daa3ac0a7c41023e
refs/heads/master: 2bf86b7aa8e74bf81a9872f7b610f49b610a4649
4 changes: 2 additions & 2 deletions trunk/drivers/net/bonding/bond_3ad.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static inline int __check_agg_selection_timer(struct port *port)
*/
static inline void __get_rx_machine_lock(struct port *port)
{
spin_lock(&(SLAVE_AD_INFO(port->slave).rx_machine_lock));
spin_lock_bh(&(SLAVE_AD_INFO(port->slave).rx_machine_lock));
}

/**
Expand All @@ -320,7 +320,7 @@ static inline void __get_rx_machine_lock(struct port *port)
*/
static inline void __release_rx_machine_lock(struct port *port)
{
spin_unlock(&(SLAVE_AD_INFO(port->slave).rx_machine_lock));
spin_unlock_bh(&(SLAVE_AD_INFO(port->slave).rx_machine_lock));
}

/**
Expand Down

0 comments on commit faee108

Please sign in to comment.