[PATCH v6 4/7] scsi_io_completion_action helper added

2018-06-23 Thread Douglas Gilbert
Place scsi_io_completion()'s complex error processing associated with a local enumeration into a static helper function. That enumeration's values start with "ACTION_" so use the suffix "_action" in the helper function's name. Signed-off-by: Douglas Gilbert Reviewed-by: Johannes Thumshirn Review

Re: [PATCH v6 4/7] scsi_io_completion_action helper added

2018-06-25 Thread Hannes Reinecke
On 06/23/2018 12:22 PM, Douglas Gilbert wrote: Place scsi_io_completion()'s complex error processing associated with a local enumeration into a static helper function. That enumeration's values start with "ACTION_" so use the suffix "_action" in the helper function's name. Signed-off-by: Douglas