[PATCH] PATCH: usb-storage: use kthread API
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 24 Oct 2005 02:43:36 +0000 (19:43 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:50 +0000 (16:47 -0700)
commit3f13e66e219238e025ff561d69826da9342c3f4a
treeff0fd93b0119975d45f2a55f49d2c897b0fc1ec0
parentce2596df79ddbac605a290f4c7cf011cb40524fc
[PATCH] PATCH: usb-storage: use kthread API

This patch is originally from Alan Stern (as569).  It has been rediffed
against a current tree.

This patch converts usb-storage to use the kthread API for creating its
control and scanning threads.  The new code doesn't use kthread_stop
because the threads need (or will need in the future) to exit
asynchronously.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/usb.c
drivers/usb/storage/usb.h