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: NChris Mason <chris.mason@oracle.com>
Showing
想要评论请 注册 或 登录
It now returns void and it is never called for partial completions, so
the bio->bi_size check must go.
Signed-off-by: NChris Mason <chris.mason@oracle.com>