From: Arnd Bergmann Date: Fri, 9 Dec 2005 18:04:15 +0000 (+0100) Subject: [PATCH] spufs: fix module refcount race X-Git-Tag: v2.6.16-rc1~666^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d6d39f30f4460b7e6489831caf7fbfe371941a;p=pandora-kernel.git [PATCH] spufs: fix module refcount race One of the two users of spufs_calls.owner still has a race when calling try_module_get while the module is removed. This makes it use the correct instance of owner. Noticed by Milton Miller. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed