From: FUJITA Tomonori Date: Tue, 2 Sep 2008 13:50:01 +0000 (+0900) Subject: sg: rename sg_cmd_done sg_rq_end_io X-Git-Tag: v2.6.28-rc1~733^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91a3a20e06621b9931793888583efe37db4e4e8;p=pandora-kernel.git sg: rename sg_cmd_done sg_rq_end_io old sg_rq_end_io() was used to wrap sg_cmd_done during converting sg to use the block layer (in order to cover the difference scsi_execute_async and blk_execute_rq_nowait). Now we don't need it so let's remove it. Signed-off-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed