]> Git Repo - linux.git/commit
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
authorMatthew Wilcox (Oracle) <[email protected]>
Thu, 21 Mar 2024 14:24:40 +0000 (14:24 +0000)
committerAndrew Morton <[email protected]>
Thu, 25 Apr 2024 02:34:25 +0000 (19:34 -0700)
commit12bbaae7635a56049779db3bef6e7140d9aa5f67
tree7f2e6ae676a70cd275b2c0d30c4163f1e40c9212
parentb76b46902c2d0395488c8412e1116c2486cdfcb2
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros

Following the separation of FOLIO_FLAGS from PAGEFLAGS, separate
FOLIO_FLAG_FALSE from PAGEFLAG_FALSE and FOLIO_TYPE_OPS from
PAGE_TYPE_OPS.

Link: https://lkml.kernel.org/r/[email protected]
Fixes: 9c5ccf2db04b ("mm: remove HUGETLB_PAGE_DTOR")
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Miaohe Lin <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/page-flags.h
This page took 0.059709 seconds and 4 git commands to generate.