Re: [RESEND PATCH v2 2/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

2016-03-31 Thread jthumshirn
Hi Sebastian, On 2016-03-30 23:44, Sebastian Herbszt wrote: Johannes Thumshirn wrote: Add intermediate STARGET_REMOVE state to scsi_target_state to avoid running into the BUG_ON() in scsi_target_reap(). This intermediate state is only valid in the path from scsi_remove_target() to scsi_targ

Re: [RESEND PATCH v2 0/2] Update SCSI target removal path

2016-03-30 Thread jthumshirn
On 2016-03-30 18:43, James Bottomley wrote: On Wed, 2016-03-30 at 09:09 +0200, Johannes Thumshirn wrote: [resend with linux-scsi@ in Cc, my apologies] This is a follow up to "scsi: Add intermediate STARGET_REMOVE state to scsi_target_state". If anyone has an idea how to create a regression tes