commit | ccf40d62c70128990cf2e8775853cc3287cd7ce3 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Thu Oct 05 09:56:44 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 17 14:46:31 2006 -0700 |
tree | 1f9ee5f3da100404be153f6d2a563b682d3f2ecc | |
parent | e4a20daa7b44ab9805979eb716f6bb7532bc67b9 [diff] |
usbatm: fix tiny race If usbatm_do_heavy_init finishes before usbatm_heavy_init writes the pid, the disconnect method could shoot down the wrong process if the pid has been recycled. Signed-off-by: Duncan Sands <baldrick@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>