diff options
author | Brian Behlendorf <[email protected]> | 2017-07-23 19:37:12 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-23 19:37:12 -0700 |
commit | 36ba27e9e07b35340ba388e6624e65995595ed92 (patch) | |
tree | 11146005508cd3de5297982e2fce5cbc38f0ae5f /config/kernel.m4 | |
parent | 7a8ed6b8b7bb5dde7b5713c75f99aee9bfbc12f2 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6351
Diffstat (limited to 'config/kernel.m4')
-rw-r--r-- | config/kernel.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/kernel.m4 b/config/kernel.m4 index 324ab816f..e92a65987 100644 --- a/config/kernel.m4 +++ b/config/kernel.m4 @@ -30,6 +30,7 @@ AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [ ZFS_AC_KERNEL_REQ_OP_FLUSH ZFS_AC_KERNEL_BIO_BI_OPF ZFS_AC_KERNEL_BIO_END_IO_T_ARGS + ZFS_AC_KERNEL_BIO_BI_STATUS ZFS_AC_KERNEL_BIO_RW_BARRIER ZFS_AC_KERNEL_BIO_RW_DISCARD ZFS_AC_KERNEL_BLK_QUEUE_BDI |