git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cbd2f
)
[NET]: Make netdev_chain a raw notifier.
author
Alan Stern
<stern@rowland.harvard.edu>
Tue, 9 May 2006 22:23:03 +0000
(15:23 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 9 May 2006 22:23:03 +0000
(15:23 -0700)
From: Alan Stern <stern@rowland.harvard.edu>
This chain does it's own locking via the RTNL semaphore, and
can also run recursively so adding a new mutex here was causing
deadlocks.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found