X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=41d7ab152d9967b527d9322a158b9e35b74b78fe;hb=b9c59ec83ab50e1cd097f067461e34a5750694c8;hp=cf3c25c46b68a334209b57e36e33040cce969a32;hpb=76659dc110ef2ada13bcb8e4e2ec60d8216c6836;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index cf3c25c..41d7ab1 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -6,9 +6,6 @@ /* bio_end_io_t wants 2 args */ #undef HAVE_2ARGS_BIO_END_IO_T -/* fops->fsync() want 2 args */ -#undef HAVE_2ARGS_FSYNC - /* security_inode_init_security wants 6 args */ #undef HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY @@ -21,6 +18,9 @@ /* struct super_block has s_bdi */ #undef HAVE_BDI +/* bdi_setup_and_register() is available */ +#undef HAVE_BDI_SETUP_AND_REGISTER + /* bio_empy_barrier() is defined */ #undef HAVE_BIO_EMPTY_BARRIER @@ -90,6 +90,15 @@ /* kernel defines fmode_t */ #undef HAVE_FMODE_T +/* fops->fsync() with range */ +#undef HAVE_FSYNC_RANGE + +/* fops->fsync() without dentry */ +#undef HAVE_FSYNC_WITHOUT_DENTRY + +/* fops->fsync() with dentry */ +#undef HAVE_FSYNC_WITH_DENTRY + /* blk_disk_ro() is available */ #undef HAVE_GET_DISK_RO