On Middeweken 07 Dezember 2005 18:23, Milton Miller wrote: > > - if (try_module_get(spufs_calls.owner)) { > > + if (owner && try_module_get(spufs_calls.owner)) { > > > > try_module_get(owner) to avoid the race (twice) > Twice? AFAICS, I got it right once and wrong in the other place. I'll fix that one up, thanks. Arnd <><