From: Matthew Wilcox Date: Wed, 22 Nov 2006 20:24:53 +0000 (-0700) Subject: [SCSI] fix missing check for no scanning X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b45af5c6b9d41bbe9da11442291ac4eefc15b4;p=pandora-kernel.git [SCSI] fix missing check for no scanning Drivers that called scsi_scan_target() instead of scsi_scan_host() were still adding devices; this needs to be under the control of userspace, not the driver. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed