From: Jens Axboe Date: Fri, 19 Oct 2007 13:23:05 +0000 (-0400) Subject: Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2118dfd4c328e8823cdcfebf839dff73ac21e9;p=pandora-kernel.git Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels It now returns void and it is never called for partial completions, so the bio->bi_size check must go. Signed-off-by: Chris Mason --- Reading git-diff-tree failed