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 <alexander.motin@TrueNAS.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #17641
This commit is contained in:
Brian Behlendorf 2025-08-15 13:18:37 -07:00 committed by GitHub
parent 9b0a9b410e
commit f65321e30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,8 @@ AC_DEFUN([ZFS_AC_KERNEL_MKDIR], [
AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1, AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1,
[iops->mkdir() returns struct dentry*]) [iops->mkdir() returns struct dentry*])
],[ ],[
AC_MSG_RESULT(no)
dnl # dnl #
dnl # 6.3 API change dnl # 6.3 API change
dnl # mkdir() takes struct mnt_idmap * as the first arg dnl # mkdir() takes struct mnt_idmap * as the first arg