commit | 0a2118dfd4c328e8823cdcfebf839dff73ac21e9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Oct 19 09:23:05 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | b154f28d366a43e6caab1a2276ec40a28b977a77 | |
parent | ae2f5411c4ce7180cca8418853db50c8e52d40db [diff] |
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>