Skip to content
Commit 77da9389 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@infradead.org>
parent aa5dc07f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment