]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita83a0ed076758cef0b9746e84945c7ec5fd751f5
tree62917c8a59bef037231ba0869a688651aba099dc
parent62f6a6fade6cc31c24360dc8d5b4303f6c81f41a
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