commit | 0309f02d8e1b68811e513bdd06015672d0696af5 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Jun 19 20:33:22 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jun 21 15:01:30 2006 +1000 |
tree | 81e73d666fecdf50264f86a6eda98073cb9f0494 | |
parent | d9379c4bcee7046182edf45eeab349334421416e [diff] |
[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>