> - if (try_module_get(spufs_calls.owner)) { > + if (owner && try_module_get(spufs_calls.owner)) { > try_module_get(owner) to avoid the race (twice) milton