Re: [PATCH] scsi_debug: replace SDEG_RES_IMMED_MASK with cmnd flag

2018-04-19 Thread Johannes Thumshirn
On Thu, Apr 19, 2018 at 12:42:28AM -0400, Douglas Gilbert wrote: > This patch uses a cleaner method to convey the presence of the IMMED > cdb bit back to the generic delay code in the scsi_debug driver. The > previous method used a temporary mask over the SCSI result value > (a 32 bit integer soon

[PATCH] scsi_debug: replace SDEG_RES_IMMED_MASK with cmnd flag

2018-04-18 Thread Douglas Gilbert
This patch uses a cleaner method to convey the presence of the IMMED cdb bit back to the generic delay code in the scsi_debug driver. The previous method used a temporary mask over the SCSI result value (a 32 bit integer soon to be restructured) that was not visible outside this driver. It has stil