Home
last modified time | relevance | path

Searched hist:c8ca0633e5f2bceab7b4eba4475820fd7674dece (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.cdiff c8ca0633e5f2bceab7b4eba4475820fd7674dece Wed Jan 04 20:31:22 CET 2006 Arnd Bergmann <arnd@arndb.de> [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>