]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - zfs_config.h.in
Remove not needed .pc directory
[mirror_zfs-debian.git] / zfs_config.h.in
index 5fb5ce8b31d88dd24236736d8913cfdbfc76d83a..c376d2203192b90a14d727a3ca66ed388c5a3718 100644 (file)
@@ -12,6 +12,9 @@
 /* kmap_atomic wants 1 args */
 #undef HAVE_1ARG_KMAP_ATOMIC
 
+/* submit_bio() wants 1 arg */
+#undef HAVE_1ARG_SUBMIT_BIO
+
 /* bdi_setup_and_register() wants 2 args */
 #undef HAVE_2ARGS_BDI_SETUP_AND_REGISTER
 
@@ -39,6 +42,9 @@
 /* bdev_physical_block_size() is available */
 #undef HAVE_BDEV_PHYSICAL_BLOCK_SIZE
 
+/* bio->bi_opf is defined */
+#undef HAVE_BIO_BI_OPF
+
 /* bio has bi_iter */
 #undef HAVE_BIO_BVEC_ITER
 
 /* blk_queue_max_segments() is available */
 #undef HAVE_BLK_QUEUE_MAX_SEGMENTS
 
+/* blk_queue_write_cache() exists */
+#undef HAVE_BLK_QUEUE_WRITE_CACHE
+
+/* blk_queue_write_cache() is GPL-only */
+#undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY
+
 /* struct block_device_operations.release returns void */
 #undef HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_VOID
 
 /* dentry uses const struct dentry_operations */
 #undef HAVE_CONST_DENTRY_OPERATIONS
 
-/* super_block uses const struct xattr_hander */
+/* super_block uses const struct xattr_handler */
 #undef HAVE_CONST_XATTR_HANDLER
 
 /* iops->create() passes nameidata */
 /* current->bio_tail exists */
 #undef HAVE_CURRENT_BIO_TAIL
 
-/* current_umask() exists */
-#undef HAVE_CURRENT_UMASK
-
 /* DECLARE_EVENT_CLASS() is available */
 #undef HAVE_DECLARE_EVENT_CLASS
 
-/* xattr_handler->get() wants dentry */
-#undef HAVE_DENTRY_XATTR_GET
-
-/* xattr_handler->list() wants dentry */
-#undef HAVE_DENTRY_XATTR_LIST
-
-/* xattr_handler->set() wants dentry */
-#undef HAVE_DENTRY_XATTR_SET
-
 /* sops->dirty_inode() wants flags */
 #undef HAVE_DIRTY_INODE_WITH_FLAGS
 
 /* follow_down_one() is available */
 #undef HAVE_FOLLOW_DOWN_ONE
 
+/* iops->follow_link() cookie */
+#undef HAVE_FOLLOW_LINK_COOKIE
+
 /* iops->follow_link() nameidata */
 #undef HAVE_FOLLOW_LINK_NAMEIDATA
 
 /* get_gendisk() is available */
 #undef HAVE_GET_GENDISK
 
+/* iops->get_link() cookie */
+#undef HAVE_GET_LINK_COOKIE
+
+/* iops->get_link() delayed */
+#undef HAVE_GET_LINK_DELAYED
+
 /* fops->fallocate() exists */
 #undef HAVE_INODE_FALLOCATE
 
 /* is_owner_or_cap() exists */
 #undef HAVE_IS_OWNER_OR_CAP
 
+/* uncached_acl_sentinel() exists */
+#undef HAVE_KERNEL_GET_ACL_HANDLE_CACHE
+
 /* kernel defines KOBJ_NAME_LEN */
 #undef HAVE_KOBJ_NAME_LEN
 
 /* Noting that make_request_fn() returns int */
 #undef HAVE_MAKE_REQUEST_FN_RET_INT
 
+/* Noting that make_request_fn() returns blk_qc_t */
+#undef HAVE_MAKE_REQUEST_FN_RET_QC
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* iops->permission() with nameidata exists */
 #undef HAVE_PERMISSION_WITH_NAMEIDATA
 
-/* inode contains i_acl and i_default_acl */
-#undef HAVE_POSIX_ACL_CACHING
-
 /* posix_acl_chmod() exists */
 #undef HAVE_POSIX_ACL_CHMOD
 
 /* posix_acl_release() is GPL-only */
 #undef HAVE_POSIX_ACL_RELEASE_GPL_ONLY
 
+/* posix_acl_valid() wants user namespace */
+#undef HAVE_POSIX_ACL_VALID_WITH_NS
+
+/* iops->put_link() cookie */
+#undef HAVE_PUT_LINK_COOKIE
+
+/* iops->put_link() delayed */
+#undef HAVE_PUT_LINK_DELAYED
+
 /* iops->put_link() nameidata */
 #undef HAVE_PUT_LINK_NAMEIDATA
 
 /* REQ_FAILFAST_MASK is defined */
 #undef HAVE_REQ_FAILFAST_MASK
 
+/* REQ_OP_DISCARD is defined */
+#undef HAVE_REQ_OP_DISCARD
+
+/* REQ_OP_FLUSH is defined */
+#undef HAVE_REQ_OP_FLUSH
+
+/* REQ_OP_SECURE_ERASE is defined */
+#undef HAVE_REQ_OP_SECURE_DISCARD
+
 /* set_nlink() is available */
 #undef HAVE_SET_NLINK
 
 /* fops->iterate() is available */
 #undef HAVE_VFS_ITERATE
 
+/* fops->iterate_shared() is available */
+#undef HAVE_VFS_ITERATE_SHARED
+
 /* fops->readdir() is available */
 #undef HAVE_VFS_READDIR
 
 /* fops->read/write_iter() are available */
 #undef HAVE_VFS_RW_ITERATE
 
+/* xattr_handler->get() wants dentry */
+#undef HAVE_XATTR_GET_DENTRY
+
+/* xattr_handler->get() wants both dentry and inode */
+#undef HAVE_XATTR_GET_DENTRY_INODE
+
+/* xattr_handler->get() wants xattr_handler */
+#undef HAVE_XATTR_GET_HANDLER
+
+/* xattr_handler->get() wants inode */
+#undef HAVE_XATTR_GET_INODE
+
+/* xattr_handler has name */
+#undef HAVE_XATTR_HANDLER_NAME
+
+/* xattr_handler->list() wants dentry */
+#undef HAVE_XATTR_LIST_DENTRY
+
+/* xattr_handler->list() wants xattr_handler */
+#undef HAVE_XATTR_LIST_HANDLER
+
+/* xattr_handler->list() wants inode */
+#undef HAVE_XATTR_LIST_INODE
+
+/* xattr_handler->list() wants simple */
+#undef HAVE_XATTR_LIST_SIMPLE
+
+/* xattr_handler->set() wants dentry */
+#undef HAVE_XATTR_SET_DENTRY
+
+/* xattr_handler->set() wants both dentry and inode */
+#undef HAVE_XATTR_SET_DENTRY_INODE
+
+/* xattr_handler->set() wants xattr_handler */
+#undef HAVE_XATTR_SET_HANDLER
+
+/* xattr_handler->set() wants inode */
+#undef HAVE_XATTR_SET_INODE
+
 /* Define if you have zlib */
 #undef HAVE_ZLIB
 
    */
 #undef LT_OBJDIR
 
-/* make_request_fn() returns void */
+/* make_request_fn() returns blk_qc_t */
 #undef MAKE_REQUEST_FN_RET
 
 /* Name of package */