Re: [PATCH v2 1/6] scsi_io_completion comment on end_request return

2018-03-26 Thread Bart Van Assche
On Sun, 2018-03-18 at 21:58 +0100, Douglas Gilbert wrote: > scsi_end_request() is called multiple times from scsi_io_completion() > which branches on its bool returned value. Add comment before the static > definition of scsi_end_request() about the meaning of that return. Reviewed-by: Bart Van

[PATCH v2 1/6] scsi_io_completion comment on end_request return

2018-03-18 Thread Douglas Gilbert
scsi_end_request() is called multiple times from scsi_io_completion() which branches on its bool returned value. Add comment before the static definition of scsi_end_request() about the meaning of that return. Signed-off-by: Douglas Gilbert Reviewed-by: Johannes Thumshirn