ubd: cleanup completion path
authorTejun Heo <tj@kernel.org>
Tue, 28 Apr 2009 04:06:09 +0000 (13:06 +0900)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 28 Apr 2009 06:14:50 +0000 (08:14 +0200)
commit4d6c84d91d1a539ebc47d1a36a35e9390ba11fdc
tree62917c8a59bef037231ba0869a688651aba099dc
parent044208506d35bd62396c4673176e2c12393905b8
ubd: cleanup completion path

ubd had its own block request partial completion mechanism, which is
unnecessary as block layer already does it.  Kill ubd_end_request()
and ubd_finish() and replace them with direct call to
blk_end_request().

[ Impact: cleanup ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/um/drivers/ubd_kern.c