Skip to content

Commit

Permalink
Add missing AC_MSG_RESULT(no) to configure
Browse files Browse the repository at this point in the history
When the HAVE_IOPS_MKDIR_USERNS check fails output result
as required.
 
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#13454
  • Loading branch information
behlendorf authored and andrewc12 committed Sep 23, 2022
1 parent bdf43af commit 23815a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/kernel-mkdir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ AC_DEFUN([ZFS_AC_KERNEL_MKDIR], [
AC_DEFINE(HAVE_IOPS_MKDIR_USERNS, 1,
[iops->mkdir() takes struct user_namespace*])
],[
AC_MSG_RESULT(no)
AC_MSG_CHECKING([whether iops->mkdir() takes umode_t])
ZFS_LINUX_TEST_RESULT([inode_operations_mkdir], [
AC_MSG_RESULT(yes)
Expand Down

0 comments on commit 23815a0

Please sign in to comment.