From: Christoph Hellwig Date: Sun, 16 Feb 2014 14:16:13 +0000 (-0800) Subject: scsi: unwind blk_end_request_all and blk_end_request_err calls X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d47e74fcb2814225e429c94355ad1c551daffb;p=pandora-kernel.git 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-diff-tree failed