From: Kiyoshi Ueda Date: Tue, 11 Dec 2007 22:53:24 +0000 (-0500) Subject: blk_end_request: cleanup of request completion (take 4) X-Git-Tag: v2.6.25-rc1~1172^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8286239ddaf2632cec65c01e68a403ac4c3d079;p=pandora-kernel.git blk_end_request: cleanup of request completion (take 4) This patch merges complete_request() into end_that_request_last() for cleanup. complete_request() was introduced by earlier part of this patch-set, not to break the existing users of end_that_request_last(). Since all users are converted to blk_end_request interfaces and end_that_request_last() is no longer exported, the code can be merged to end_that_request_last(). Cc: Boaz Harrosh Signed-off-by: Kiyoshi Ueda Signed-off-by: Jun'ichi Nomura Signed-off-by: Jens Axboe --- Reading git-diff-tree failed