mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
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 <hutter2@llnl.gov> Reviewed-by: Attila Fülöp <attila@fueloep.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #13529
This commit is contained in:
@@ -22,7 +22,7 @@ AC_DEFUN([ZFS_AC_KERNEL_VFS_READ_FOLIO], [
|
||||
dnl #
|
||||
dnl # Linux 5.19 uses read_folio in lieu of readpage
|
||||
dnl #
|
||||
AC_MSG_CHECKING([read_folio exists])
|
||||
AC_MSG_CHECKING([whether read_folio exists])
|
||||
ZFS_LINUX_TEST_RESULT([vfs_has_read_folio], [
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_DEFINE(HAVE_VFS_READ_FOLIO, 1, [read_folio exists])
|
||||
|
||||
Reference in New Issue
Block a user