[PATCH] spufs: dont hold root->isem in spu_forget
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jan 2006 19:31:22 +0000 (20:31 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:37 +0000 (15:44 +1100)
spu_forget will do mmput on the DMA address space,
which can lead to lots of other stuff getting triggered.
We better not hold a semaphore here that we might
need in the process.

Noticed by Al Viro.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found