commit | 7b8d046fba91d62beb8a8f78244aaa3c23a60cdd | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Dec 01 22:13:06 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:40 2018 -0400 |
tree | 78f7d338690a358a6b67f5e153506feda90eb8bd | |
parent | 552446a4166189a8c2515571dd6e25fd64a2dc78 [diff] |
shmem: Convert shmem_alloc_hugepage to XArray xa_find() is a slightly easier API to use than radix_tree_gang_lookup_slot() because it contains its own RCU locking. This commit removes the last user of radix_tree_gang_lookup_slot() so remove the function too. Signed-off-by: Matthew Wilcox <willy@infradead.org>