aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-vfs-set_page_dirty.m4
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2022-05-31 16:42:49 -0700
committerBrian Behlendorf <[email protected]>2022-06-01 09:59:37 -0700
commitb9d98453f9387c413f91d1d9cdb0cba8e04dbd95 (patch)
tree98805de63db085338b6c1d366b5ee418a292aa37 /config/kernel-vfs-set_page_dirty.m4
parent4c6526208db0d3d5abf44664e74d1e28156a3db7 (diff)
autoconf: AC_MSG_CHECKING consistency
Make the wording more consistent for the kernel AC_MSG_CHECKING output (e.g. "checking whether ...".). Additionally, group some of the VFS interface checks with the others. No functional change. Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Attila Fülöp <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #13529
Diffstat (limited to 'config/kernel-vfs-set_page_dirty.m4')
-rw-r--r--config/kernel-vfs-set_page_dirty.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kernel-vfs-set_page_dirty.m4 b/config/kernel-vfs-set_page_dirty.m4
index a9d252e4e..90cb28f36 100644
--- a/config/kernel-vfs-set_page_dirty.m4
+++ b/config/kernel-vfs-set_page_dirty.m4
@@ -23,7 +23,7 @@ AC_DEFUN([ZFS_AC_KERNEL_VFS_SET_PAGE_DIRTY_NOBUFFERS], [
dnl # Linux 5.14 change requires set_page_dirty() to be assigned
dnl # in address_space_operations()
dnl #
- AC_MSG_CHECKING([__set_page_dirty_nobuffers exists])
+ AC_MSG_CHECKING([whether __set_page_dirty_nobuffers exists])
ZFS_LINUX_TEST_RESULT([vfs_has_set_page_dirty_nobuffers], [
AC_MSG_RESULT([yes])
AC_DEFINE(HAVE_VFS_SET_PAGE_DIRTY_NOBUFFERS, 1,