]> git.proxmox.com Git - mirror_zfs.git/commit
Linux 4.8 compat: submit_bio()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 27 Jul 2016 02:23:53 +0000 (02:23 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Jul 2016 21:48:00 +0000 (14:48 -0700)
commitbbb1b6cea75ff8ff27742ce778664ddeec371a01
tree14250e654221384e36fa8179144a59714d2af477
parentf26b4b3c8a0db1b215caeeb80868381bc324d449
Linux 4.8 compat: submit_bio()

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 <tim@chase2k.com>
Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #4892
Issue #4899
config/kernel-submit_bio.m4 [new file with mode: 0644]
config/kernel.m4
module/zfs/vdev_disk.c