diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-12-01 22:13:06 -0500 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 10:46:40 -0400 |
commit | 7b8d046fba91d62beb8a8f78244aaa3c23a60cdd (patch) | |
tree | 78f7d338690a358a6b67f5e153506feda90eb8bd /net | |
parent | 552446a4166189a8c2515571dd6e25fd64a2dc78 (diff) | |
download | linux-7b8d046fba91d62beb8a8f78244aaa3c23a60cdd.tar.bz2 |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions