From: Tejun Heo Date: Tue, 28 Apr 2009 04:06:04 +0000 (+0900) Subject: block: make blk_end_request_cur() return bool X-Git-Tag: v2.6.31-rc1~389^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd8d0e1bcb848257968d9a7d73ca4d890ea8bd1;p=pandora-kernel.git block: make blk_end_request_cur() return bool In the process of mindlessly copying [__]blk_end_request_all(), [__]blk_end_request_cur() ended up returning void even though they're partial completion functions. Fix it. [ Impact: fix braindead API ] Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed