73176e2c12393905b8 author Tejun Heo 1240891569 +0900 committer Jens Axboe 1240899290 +0200 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 Cc: Jeff Dike Signed-off-by: Jens Axboe +ÚÄÓ