commit | 93b45af5c6b9d41bbe9da11442291ac4eefc15b4 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Nov 22 13:24:53 2006 -0700 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Nov 22 16:41:52 2006 -0600 |
tree | b88045d3b18c495e0fc3b573a54edb0ee75039ff | |
parent | 21db1882f79a1ad5977cae6766376a63f60ec414 [diff] |
[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 <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>