]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - zfs/zfs_config.h.in
UBUNTU: Ubuntu-raspi2-4.13.0-1005.5
[mirror_ubuntu-artful-kernel.git] / zfs / zfs_config.h.in
index 5e1bfc8c4d6d285b1cdd7bf12d9caace3f846050..94bbeb9e6216eeb6c8a78f4afb75323618600d60 100644 (file)
@@ -51,6 +51,9 @@
 /* bio->bi_opf is defined */
 #undef HAVE_BIO_BI_OPF
 
+/* bio->bi_status exists */
+#undef HAVE_BIO_BI_STATUS
+
 /* bio has bi_iter */
 #undef HAVE_BIO_BVEC_ITER
 
 /* lseek_execute() is available */
 #undef HAVE_LSEEK_EXECUTE
 
+/* makedev() is declared in sys/mkdev.h */
+#undef HAVE_MAKEDEV_IN_MKDEV
+
+/* makedev() is declared in sys/sysmacros.h */
+#undef HAVE_MAKEDEV_IN_SYSMACROS
+
 /* Noting that make_request_fn() returns int */
 #undef HAVE_MAKE_REQUEST_FN_RET_INT
 
 /* mount_nodev() is available */
 #undef HAVE_MOUNT_NODEV
 
+/* new_sync_read() is available */
+#undef HAVE_NEW_SYNC_READ
+
 /* sops->nr_cached_objects() exists */
 #undef HAVE_NR_CACHED_OBJECTS