From: Tejun Heo Date: Tue, 28 Apr 2009 04:06:09 +0000 (+0900) Subject: ubd: cleanup completion path X-Git-Tag: v2.6.31-rc1~389^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6c84d91d1a539ebc47d1a36a35e9390ba11fdc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed