]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit0a2118dfd4c328e8823cdcfebf839dff73ac21e9
treeb154f28d366a43e6caab1a2276ec40a28b977a77
parentae2f5411c4ce7180cca8418853db50c8e52d40db
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 <chris.mason@oracle.com>
fs/btrfs/extent_map.c