From: Christoph Hellwig Date: Thu, 1 May 2014 14:51:03 +0000 (+0200) Subject: scsi: remove scsi_end_request X-Git-Tag: omap-for-v3.16/fixes-against-rc1~75^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc85dc500f9df9b2eec15077e5046672c46adeaa;p=pandora-kernel.git scsi: remove scsi_end_request By folding scsi_end_request into its only caller we can significantly clean up the completion logic. We can use simple goto labels now to only have a single place to finish or requeue command there instead of the previous convoluted logic. Signed-off-by: Christoph Hellwig Reviewed-by: Nicholas Bellinger Reviewed-by: Mike Christie Reviewed-by: Hannes Reinecke --- Reading git-diff-tree failed