On Mon, 10 Aug 2009, James Bottomley wrote: > > scsi_sysfs_add_sdev() would call transport_configure_device() > > for a target each time a new device was added under that > > target. The call has been moved to scsi_target_add(), where > > it will be made only once. > > That, unfortunately is an SPI required feature ... we can't actually > configure the target until we have a device because of the way SPI > parameters work. Would it be sufficient to call transport_configure_device() only the first time a device is added? Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html