diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 6fad1864ba03bc1f0dd6be5f77107d288d490934..09ce8528bbdd9012420e93de87c28c7cd547c5de 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -2477,6 +2478,9 @@ static void __split_huge_page(struct page *page, struct list_head *list, } ClearPageCompound(head); + + split_page_owner(head, HPAGE_PMD_ORDER); + /* See comment in __split_huge_page_tail() */ if (PageAnon(head)) { /* Additional pin to radix tree of swap cache */