c1013eb7ba
Commit torvalds/linux@4246a0b63b
("block: add a bi_error field to struct bio") dropped the error
argument from bio_endio in favor of newly introduced bio->bi_error.
This also replaces bio->bi_flags value BIO_UPTODATE.
bio_endio was a 3 argument function until Linux 2.6.24, which made it
a 2 argument function, and now the prototype has changed yet again to
a 1 argument function. Support for pre 2.6.24 kernels was already
dropped with
|
||
---|---|---|
.. | ||
Makefile.am | ||
blkdev_compat.h | ||
dcache_compat.h | ||
kmap_compat.h | ||
utsname_compat.h | ||
vfs_compat.h | ||
xattr_compat.h |