Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Oct 2007 13:23:05 +0000 (09:23 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:57 +0000 (11:03 -0400)
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 <chris.mason@oracle.com>
fs/btrfs/extent_map.c

Simple merge