From: NeilBrown Date: Thu, 27 Sep 2007 10:47:43 +0000 (+0200) Subject: Drop 'size' argument from bio_endio and bi_end_io X-Git-Tag: v2.6.24-rc1~1460^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6712ecf8f648118c3363c142196418f89a510b90;p=pandora-kernel.git Drop 'size' argument from bio_endio and bi_end_io As bi_end_io is only called once when the reqeust is complete, the 'size' argument is now redundant. Remove it. Now there is no need for bio_endio to subtract the size completed from bi_size. So don't do that either. While we are at it, change bi_end_io to return void. Signed-off-by: Neil Brown Signed-off-by: Jens Axboe --- Reading git-diff-tree failed