X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=2f09157e359a856238a984164189ae3cc3d55b1c;hb=efd1832bc615a4e32259e31d1c7ff0af14f5c1b2;hp=fd7bd668cd0bfed5d943292b653358d7e44a308d;hpb=7268e1bec8478639b7a1047e02ab931f30bc2f92;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index fd7bd66..2f09157 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -60,9 +60,18 @@ /* super_block uses const struct xattr_hander */ #undef HAVE_CONST_XATTR_HANDLER +/* xattr_handler->get() wants dentry */ +#undef HAVE_DENTRY_XATTR_GET + +/* xattr_handler->set() wants dentry */ +#undef HAVE_DENTRY_XATTR_SET + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* sops->evict_inode() exists */ +#undef HAVE_EVICT_INODE + /* kernel defines fmode_t */ #undef HAVE_FMODE_T