From: Christoph Hellwig Date: Fri, 8 Feb 2008 04:50:41 +0000 (+1100) Subject: [POWERPC] spufs: Fix state_mutex leaks X-Git-Tag: v2.6.25-rc1~43^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eebead5b8ff89340dc18ceec996157d0eb7d0287;p=pandora-kernel.git [POWERPC] spufs: Fix state_mutex leaks Fix various state_mutex leaks. The worst one was introduced by the interrutible state_mutex conversion but there've been a few before too. Notably spufs_wait now returns without the state_mutex held when returning an error, which actually cleans up some code. Signed-off-by: Christoph Hellwig Signed-off-by: Luke Browning Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed