aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBrian Atkinson <[email protected]>2021-04-01 09:37:41 -0600
committerBrian Behlendorf <[email protected]>2021-04-07 13:24:22 -0700
commite783fa09257abc8d2293b70a6f4e7dc625ff6a29 (patch)
tree7817259c68dd556aa98df894fe1278ea9d82a08d /config
parentdc52c0d725eeef366eb0259ae48da9f445d52d26 (diff)
Fixing m4 iops rename check
The configure check for iops->rename wanting flags was missing the AC_MSG_CHECKING() so it would just print yes without saying what was being checked. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Brian Atkinson <[email protected]> Closes #11825
Diffstat (limited to 'config')
-rw-r--r--config/kernel-rename.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/kernel-rename.m4 b/config/kernel-rename.m4
index 31d199f33..302db43f5 100644
--- a/config/kernel-rename.m4
+++ b/config/kernel-rename.m4
@@ -44,6 +44,7 @@ AC_DEFUN([ZFS_AC_KERNEL_RENAME], [
],[
AC_MSG_RESULT(no)
+ AC_MSG_CHECKING([whether iop->rename() wants flags])
ZFS_LINUX_TEST_RESULT([inode_operations_rename_flags], [
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_RENAME_WANTS_FLAGS, 1,