X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=zfs_config.h.in;h=eacdfa762a33312f6d100bfa05bbf29da06e0ec9;hb=7535251dcf39cc648ea303ee52e128ad967fad85;hp=d398551229c10a081b71a41a5ccd60ea316cedc3;hpb=1c5de20ae2511124613926e4f780572634818218;p=zfs.git diff --git a/zfs_config.h.in b/zfs_config.h.in index d398551..eacdfa7 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -105,6 +105,9 @@ /* super_block uses const struct xattr_hander */ #undef HAVE_CONST_XATTR_HANDLER +/* iops->create()/mkdir()/mknod() take umode_t */ +#undef HAVE_CREATE_UMODE_T + /* xattr_handler->get() wants dentry */ #undef HAVE_DENTRY_XATTR_GET @@ -114,6 +117,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* d_make_root() is available */ +#undef HAVE_D_MAKE_ROOT + /* d_obtain_alias() is available */ #undef HAVE_D_OBTAIN_ALIAS