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 <mail@gmelikov.ru>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#13454
  • Loading branch information
behlendorf authored and andrewc12 committed Sep 23, 2022
1 parent a0db197 commit d83434a
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 d83434a

Please sign in to comment.