summaryrefslogtreecommitdiffstats
path: root/config/kernel-submit_bio.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-07-291-0/+20
The rw argument has been removed from submit_bio/submit_bio_wait. Callers are now expected to set bio->bi_rw instead of passing it in. See https://github.com/torvalds/linux/commit/4e49ea4a for complete details. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #4892 Issue #4899