]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
block: remove end_{queued|dequeued}_request()
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>
Wed, 1 Oct 2008 14:14:46 +0000 (10:14 -0400)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:21 +0000 (08:56 +0200)
commitd00e29fd99dd63d1c51917604e35dee824ed567f
tree461c725d7ffaf2d5a69bc854ca4aa9977f530ea2
parent99cd3386f290eaf61f2b7596d5a4cc2007771174
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 <k-ueda@ct.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c
include/linux/blkdev.h