shmem: Convert shmem_radix_tree_replace to XArray
authorMatthew Wilcox <willy@infradead.org>
Fri, 17 Nov 2017 15:22:37 +0000 (10:22 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:39 +0000 (10:46 -0400)
commit62f945b6a7b8cda6d1f35941eb374276f7b8749a
treeb9d69736724e6312aaa43c2dd2eb32b447b28a6d
parent10bbd235859bf483f9a8a4ebe95463d700bae394
shmem: Convert shmem_radix_tree_replace to XArray

Rename shmem_radix_tree_replace() to shmem_replace_entry() and
convert it to use the XArray API.

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