memremap: Convert to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 15 Aug 2018 18:22:16 +0000 (14:22 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:47 +0000 (10:46 -0400)
commitbcfa4b72111c9a4d483024cb1f877803b354aa11
tree8cdb00bde10dea91f5902ef68ded40b51261944e
parent0e9446c35a80931044b6d8d2d74a9cabd248539f
memremap: Convert to XArray

Use the new xa_store_range function instead of the radix tree.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
kernel/memremap.c