Re: [PATCH 2/3] SCSI: Rework list handling in scsi_target_remove

2015-10-14 Thread Hannes Reinecke
On 10/14/2015 03:50 PM, Johannes Thumshirn wrote: > Rework the list handling in scsi_target_remove(). The new version introduces a > reap list for targets. Targets that shall be removed are placed on the reap > list and can then be reaped later on. > > Signed-off-by: Johannes Thumshirn

[PATCH 2/3] SCSI: Rework list handling in scsi_target_remove

2015-10-14 Thread Johannes Thumshirn
Rework the list handling in scsi_target_remove(). The new version introduces a reap list for targets. Targets that shall be removed are placed on the reap list and can then be reaped later on. Signed-off-by: Johannes Thumshirn --- drivers/scsi/scsi_sysfs.c | 19