X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=9ea8d2c535c271e2c96c3a5edfcc5d4c180eab06;hb=395350c85d9903beba43bac7ae79092ae25f1526;hp=7aebb8f11b7cf00c4b51912587746331b1627c56;hpb=756c3e5a9ce36461939a8dc421918e1c3a379fa6;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index 7aebb8f..9ea8d2c 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -24,6 +24,9 @@ /* bdev_logical_block_size() is available */ #undef HAVE_BDEV_LOGICAL_BLOCK_SIZE +/* bdev_physical_block_size() is available */ +#undef HAVE_BDEV_PHYSICAL_BLOCK_SIZE + /* struct super_block has s_bdi */ #undef HAVE_BDI @@ -105,6 +108,9 @@ /* check_disk_size_change() is available */ #undef HAVE_CHECK_DISK_SIZE_CHANGE +/* clear_inode() is available */ +#undef HAVE_CLEAR_INODE + /* super_block uses const struct xattr_hander */ #undef HAVE_CONST_XATTR_HANDLER @@ -117,6 +123,9 @@ /* xattr_handler->set() wants dentry */ #undef HAVE_DENTRY_XATTR_SET +/* ql->discard_granularity is available */ +#undef HAVE_DISCARD_GRANULARITY + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -162,6 +171,9 @@ /* fops->fallocate() exists */ #undef HAVE_INODE_FALLOCATE +/* iops->truncate_range() exists */ +#undef HAVE_INODE_TRUNCATE_RANGE + /* insert_inode_locked() is available */ #undef HAVE_INSERT_INODE_LOCKED