Commit 0c546aea authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Cset exclude: greg@kroah.com|ChangeSet|20030112082136|46568

parent cdd51621
......@@ -1085,12 +1085,6 @@ static int usb_hub_thread(void *__hub)
daemonize();
/* keep others from killing us */
spin_lock_irq(&current->sig->siglock);
sigemptyset(&current->blocked);
recalc_sigpending();
spin_unlock_irq(&current->sig->siglock);
/* Setup a nice name */
strcpy(current->comm, "khubd");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment