From f65321e30cb86bafc8db4fdef3afc5614d6de25f Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 15 Aug 2025 13:18:37 -0700 Subject: [PATCH] Add missing AC_MSG_RESULT Output the result of the "iops->mkdir() returns struct dentry*" check to cleanup the configure output. Reviewed-by: Alexander Motin Signed-off-by: Brian Behlendorf Closes #17641 --- config/kernel-mkdir.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/kernel-mkdir.m4 b/config/kernel-mkdir.m4 index c1aebc387..78b32447c 100644 --- a/config/kernel-mkdir.m4 +++ b/config/kernel-mkdir.m4 @@ -84,6 +84,8 @@ AC_DEFUN([ZFS_AC_KERNEL_MKDIR], [ AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1, [iops->mkdir() returns struct dentry*]) ],[ + AC_MSG_RESULT(no) + dnl # dnl # 6.3 API change dnl # mkdir() takes struct mnt_idmap * as the first arg