diff options
author | 2022-06-27 10:31:34 -0700 | |
---|---|---|
committer | 2022-06-27 10:31:34 -0700 | |
commit | 46a3b1125308f8f90a065eeecfafd2a96b01a36c (patch) | |
tree | 6e080118fbad5aa217d160cedf02f10108ce3bf2 /mm/huge_memory.c | |
parent | mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_scan() (diff) | |
parent | Linux 5.19-rc4 (diff) | |
download | wireguard-linux-46a3b1125308f8f90a065eeecfafd2a96b01a36c.tar.xz wireguard-linux-46a3b1125308f8f90a065eeecfafd2a96b01a36c.zip |
Merge branch 'master' into mm-stable
Diffstat (limited to 'mm/huge_memory.c')
-rw-r--r-- | mm/huge_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c index f7248002dad9..834f288b3769 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -2377,6 +2377,7 @@ static void __split_huge_page_tail(struct page *head, int tail, page_tail); page_tail->mapping = head->mapping; page_tail->index = head->index + tail; + page_tail->private = 0; /* Page flags must be visible before we make the page non-compound. */ smp_wmb(); |