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:
612b5a8
)
IPMI: fix hotmod remove lock
author
Corey Minyard
<cminyard@mvista.com>
Thu, 18 Oct 2007 10:07:11 +0000
(
03:07
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:32 +0000
(14:37 -0700)
The removal of proc entries was done holding a lock, which is no longer
allowed. There is no need for the lock, only a mutex is required, so switch
over to a mutex.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found