From: Michael Ellerman Date: Mon, 19 Jun 2006 18:33:22 +0000 (+0200) Subject: [POWERPC] spufs: fix deadlock in spu_create error path X-Git-Tag: v2.6.18-rc1~1081^2~225^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0309f02d8e1b68811e513bdd06015672d0696af5;p=pandora-kernel.git [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 Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed