aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-vfs-read_folio.m4
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: AC_MSG_CHECKING consistencyBrian Behlendorf2022-06-011-1/+1
| | | | | | | | | | | 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
* Linux 5.19 compat: aops->read_folio()Brian Behlendorf2022-05-311-0/+32
As of the Linux 5.19 kernel the readpage() address space operation has been replaced by read_folio(). Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #13515