From: Kiyoshi Ueda Date: Wed, 1 Oct 2008 14:14:46 +0000 (-0400) Subject: block: remove end_{queued|dequeued}_request() X-Git-Tag: v2.6.28-rc1~733^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00e29fd99dd63d1c51917604e35dee824ed567f;p=pandora-kernel.git block: remove end_{queued|dequeued}_request() This patch removes end_queued_request() and end_dequeued_request(), which are no longer used. As a results, users of __end_request() became only end_request(). So the actual code in __end_request() is moved to end_request() and __end_request() is removed. Signed-off-by: Kiyoshi Ueda Signed-off-by: Jun'ichi Nomura Signed-off-by: Jens Axboe --- Reading git-diff-tree failed