]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] spufs: fix deadlock in spu_create error path
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 19 Jun 2006 18:33:22 +0000 (20:33 +0200)
committerPaul Mackerras <paulus@samba.org>
Wed, 21 Jun 2006 05:01:30 +0000 (15:01 +1000)
commit0309f02d8e1b68811e513bdd06015672d0696af5
tree81e73d666fecdf50264f86a6eda98073cb9f0494
parentd9379c4bcee7046182edf45eeab349334421416e
[POWERPC] spufs: fix deadlock in spu_create error path

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>
arch/powerpc/platforms/cell/spufs/inode.c