Merge branch 'mm-hotfixes-stable' into mm-stable

This commit is contained in:
Andrew Morton
2022-11-30 14:58:42 -08:00
66 changed files with 36536 additions and 35943 deletions

View File

@@ -620,6 +620,7 @@ static inline pmd_t pmd_mkdirty(pmd_t pmd)
return pmd;
}
#define pmd_young pmd_young
static inline int pmd_young(pmd_t pmd)
{
return !!(pmd_val(pmd) & _PAGE_ACCESSED);