[SCSI] scsi_scan: Cope with kthread_run failing
authorMatthew Wilcox <matthew@wil.cx>
Mon, 20 Aug 2007 15:18:48 +0000 (09:18 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:51:06 +0000 (14:51 -0400)
If kthread_run failed, we would fail to scan the host, and leak the
allocated async_scan_data.  Since using a separate thread is just an
optimisation, do the scan synchronously if we fail to spawn a thread.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found