Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoconf: AC_MSG_CHECKING consistency | Brian Behlendorf | 2022-06-01 | 1 | -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 Behlendorf | 2022-05-31 | 1 | -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 |