commit | 4d6c84d91d1a539ebc47d1a36a35e9390ba11fdc | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 28 13:06:09 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 08:14:50 2009 +0200 |
tree | 62917c8a59bef037231ba0869a688651aba099dc | |
parent | 044208506d35bd62396c4673176e2c12393905b8 [diff] |
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>