commit | c8ca0633e5f2bceab7b4eba4475820fd7674dece | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 04 20:31:22 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:37 2006 +1100 |
tree | 6801e179da8f4cebf09d19446f9ce6fcaab54d8e | |
parent | 762cf6dac2623473e83bb271f2bbe97d2355c64d [diff] |
[PATCH] spufs: dont hold root->isem in spu_forget 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>