[PATCH 02/18] scsi: ignore errors from scsi_dh_add_device()

2015-12-01 Thread Hannes Reinecke
device handler initialisation might fail due to a number of reasons. But as device_handlers are optional this shouldn't cause us to disable the device entirely. So just ignore errors from scsi_dh_add_device(). Reviewed-by: Johannes Thumshirn Reviewed-by: Christoph Hellwig

Re: [PATCH 02/18] scsi: ignore errors from scsi_dh_add_device()

2015-11-24 Thread Johannes Thumshirn
On Mon, 2015-11-09 at 16:08 +0100, Hannes Reinecke wrote: > device handler initialisation might fail due to a number of > reasons. But as device_handlers are optional this shouldn't > cause us to disable the device entirely. > So just ignore errors from scsi_dh_add_device(). > > Signed-off-by:

[PATCH 02/18] scsi: ignore errors from scsi_dh_add_device()

2015-11-09 Thread Hannes Reinecke
device handler initialisation might fail due to a number of reasons. But as device_handlers are optional this shouldn't cause us to disable the device entirely. So just ignore errors from scsi_dh_add_device(). Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_sysfs.c | 7