aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-readpages.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.18 compat: use address_space_operations->readaheadRiccardo Schirone2022-04-041-0/+25
->readpages was removed and replaced by ->readahead. Define zpl_readahead for kernels that don't have ->readpages. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Riccardo Schirone <[email protected]> Closes #13278