Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41045
b: refs/heads/master
c: 700f967
h: refs/heads/master
i:
  41043: feb1817
v: v3
  • Loading branch information
Peter Zijlstra authored and David S. Miller committed Nov 22, 2006
1 parent 7ae3462 commit 66b30f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 4498c80d9c1ebdf42837be6a52ead35a2aa2b819
refs/heads/master: 700f9672c9a61c12334651a94d17ec04620e1976
3 changes: 2 additions & 1 deletion trunk/net/irda/irlmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,8 @@ static int irlmp_slsap_inuse(__u8 slsap_sel)
* every IrLAP connection and check every LSAP associated with each
* the connection.
*/
spin_lock_irqsave(&irlmp->links->hb_spinlock, flags);
spin_lock_irqsave_nested(&irlmp->links->hb_spinlock, flags,
SINGLE_DEPTH_NESTING);
lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
while (lap != NULL) {
IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, goto errlap;);
Expand Down

0 comments on commit 66b30f7

Please sign in to comment.