]> git.proxmox.com Git - mirror_zfs.git/commit
Linux 4.13 compat: bio->bi_status and blk_status_t
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 24 Jul 2017 02:37:12 +0000 (19:37 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2017 02:37:12 +0000 (19:37 -0700)
commit36ba27e9e07b35340ba388e6624e65995595ed92
tree11146005508cd3de5297982e2fce5cbc38f0ae5f
parent7a8ed6b8b7bb5dde7b5713c75f99aee9bfbc12f2
Linux 4.13 compat: bio->bi_status and blk_status_t

Commit torvalds/linux@4e4cbee9.  The bio->bi_error field was
replaced with bio->bi_status which is an enum that describes
all possible error types.

Reviewed-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6351
config/kernel-bio-end-io-t-args.m4
config/kernel.m4
include/linux/blkdev_compat.h
module/zfs/vdev_disk.c