diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-06-08 15:04:08 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2020-08-15 04:05:03 +0200 |
commit | be74273aee2c94e8322404d0b6e84e4f30d911ed (patch) | |
tree | 3691ba948fdfa42360745aa6ad908bd1fc37277c /tools/testing/vsock | |
parent | Linux 5.8 (diff) | |
download | linux-be74273aee2c94e8322404d0b6e84e4f30d911ed.tar.xz linux-be74273aee2c94e8322404d0b6e84e4f30d911ed.zip |
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: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'tools/testing/vsock')
0 files changed, 0 insertions, 0 deletions