diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-12-04 20:56:08 +0100 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 16:46:38 +0200 |
commit | 77da9389b9d5f07d54fda092d1ab56002ec0019a (patch) | |
tree | 1479f8fcdb709434df9ee2f56c48499fe423b0c1 /init | |
parent | mm: Convert huge_memory to XArray (diff) | |
download | linux-77da9389b9d5f07d54fda092d1ab56002ec0019a.tar.xz linux-77da9389b9d5f07d54fda092d1ab56002ec0019a.zip |
mm: Convert collapse_shmem to XArray
I found another victim of the radix tree being hard to use. Because
there was no call to radix_tree_preload(), khugepaged was allocating
radix_tree_nodes using GFP_ATOMIC.
I also converted a local_irq_save()/restore() pair to
disable()/enable().
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions