Re: [PATCH 3/5] scsi_io_completion: add _action helper function

2018-03-16 Thread Johannes Thumshirn
Apart from the commit message, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Nor

[PATCH 3/5] scsi_io_completion: add _action helper function

2018-03-06 Thread Douglas Gilbert
ChangeLog: - move the bottom half of the code in scsi_io_completion that is based on a local enum called 'action' to a helper function with that suffix - replicate the ACTION_REPREP case code since the former 'goto requeue' would now need to jump into another function which is n