X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=6e0e62390cc8bd4f18cdb56a39a956af88031737;hb=7dc3830c0f591ae8dfe349cf67c0c61cc8602dc8;hp=4797a9baf2ca00e247034e851a4b7b83fc2f9c82;hpb=2959d94a0a53612cc1ca9ce9d17df26c3d69a513;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index 4797a9b..6e0e623 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -15,9 +15,18 @@ /* bio_empy_barrier() is defined */ #undef HAVE_BIO_EMPTY_BARRIER -/* BIO_RW_FAILFAST_* are defined */ +/* REQ_FAILFAST_MASK is defined */ +#undef HAVE_BIO_REQ_FAILFAST_MASK + +/* BIO_RW_FAILFAST is defined */ #undef HAVE_BIO_RW_FAILFAST +/* BIO_RW_FAILFAST_* are defined */ +#undef HAVE_BIO_RW_FAILFAST_DTD + +/* BIO_RW_SYNC is defined */ +#undef HAVE_BIO_RW_SYNC + /* BIO_RW_SYNCIO is defined */ #undef HAVE_BIO_RW_SYNCIO @@ -90,6 +99,9 @@ /* open_bdev_exclusive() is available */ #undef HAVE_OPEN_BDEV_EXCLUSIVE +/* REQ_SYNC is defined */ +#undef HAVE_REQ_SYNC + /* rq_for_each_segment() is available */ #undef HAVE_RQ_FOR_EACH_SEGMENT