X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=260bd5ab7f567ae5337f1ab74f3ba17f1ce02e95;hb=86dd0fd9222b6103c6533036c47b908ece944460;hp=a284126c79659c8179e242df7809f6df8088de35;hpb=ea1fdf46e2d37e9eb048f9add0fb06e77e9ee6e2;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index a284126..260bd5a 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -105,6 +105,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 +120,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