Skip to content
Commit be74273a authored by Matthew Wilcox (Oracle)'s avatar Matthew Wilcox (Oracle) Committed by Rich Felker
Browse files

sh: Fix unneeded constructor in page table allocation



The pgd kmem_cache allocation both specified __GFP_ZERO and had a
constructor which makes no sense.  Remove __GFP_ZERO and zero the user
parts of the pgd explicitly.

Signed-off-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent bcf87687
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment