--- v2
+++ v4
@@ -10,10 +10,10 @@
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h
-index 1c68d67b832f..607b495d1b57 100644
+index 92a2063a0a23..e99a616b9bcd 100644
--- a/include/linux/page-flags.h
+++ b/include/linux/page-flags.h
-@@ -902,6 +902,8 @@ static inline bool is_page_hwpoison(struct page *page)
+@@ -908,6 +908,8 @@ static inline bool is_page_hwpoison(struct page *page)
#define PageType(page, flag) \
((page->page_type & (PAGE_TYPE_BASE | flag)) == PAGE_TYPE_BASE)
@@ -22,7 +22,7 @@
static inline int page_type_has_type(unsigned int page_type)
{
-@@ -914,20 +916,34 @@ static inline int page_has_type(struct page *page)
+@@ -920,20 +922,34 @@ static inline int page_has_type(struct page *page)
}
#define PAGE_TYPE_OPS(uname, lname) \
@@ -60,7 +60,7 @@
/*
* PageBuddy() indicates that the page is free and in the buddy system
--
-2.39.2
+2.40.1
_______________________________________________