commit | 59d6d39f30f4460b7e6489831caf7fbfe371941a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Dec 09 19:04:15 2005 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 14:53:11 2006 +1100 |
tree | 10a8ba60af902f5236bc72f75c6e0f5f161d8a14 | |
parent | a819f8ba76e81669fcc2665ac532cac650694b99 [diff] |
[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 <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>