From f6d47e74fcb2814225e429c94355ad1c551daffb Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sun, 16 Feb 2014 06:16:13 -0800 Subject: [PATCH] scsi: unwind blk_end_request_all and blk_end_request_err calls Replace the calls to the various blk_end_request variants with opencode equivalents. Blk-mq is using a model that gives the driver control between the bio updates and the actual completion, and making the old code follow that same model allows us to keep the code more similar for both paths. Signed-off-by: Christoph Hellwig Reviewed-by: Martin K. Petersen Reviewed-by: Hannes Reinecke Reviewed-by: Webb Scales Acked-by: Jens Axboe Tested-by: Bart Van Assche Tested-by: Robert Elliott --- Reading git-format-patch failed