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:
d9379c4
)
[POWERPC] spufs: fix deadlock in spu_create error path
author
Michael Ellerman
<michael@ellerman.id.au>
Mon, 19 Jun 2006 18:33:22 +0000
(20:33 +0200)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 21 Jun 2006 05:01:30 +0000
(15:01 +1000)
spufs_rmdir tries to acquire the spufs root
i_mutex, which is already held by spufs_create_thread.
This was tracked as Bug #H9512.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found