Skip to content

Commit f65321e

Browse files
authored
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #17641
1 parent 9b0a9b4 commit f65321e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/kernel-mkdir.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ AC_DEFUN([ZFS_AC_KERNEL_MKDIR], [
8484
AC_DEFINE(HAVE_IOPS_MKDIR_DENTRY, 1,
8585
[iops->mkdir() returns struct dentry*])
8686
],[
87+
AC_MSG_RESULT(no)
88+
8789
dnl #
8890
dnl # 6.3 API change
8991
dnl # mkdir() takes struct mnt_idmap * as the first arg

0 commit comments

Comments
 (0)