Re: [PATCH 7/8] scsi: split error handling slow path out of scsi_io_completion

2014-10-01 Thread Bart Van Assche
On 09/07/14 18:31, Christoph Hellwig wrote: Move the error handling path out of scsi_io_completion and into an out of line helper. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_lib.c | 263 +--- 1 file changed, 136 insertions(+), 127 delet

[PATCH 7/8] scsi: split error handling slow path out of scsi_io_completion

2014-09-07 Thread Christoph Hellwig
Move the error handling path out of scsi_io_completion and into an out of line helper. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_lib.c | 263 +--- 1 file changed, 136 insertions(+), 127 deletions(-) diff --git a/drivers/scsi/scsi_lib.c b/