Skip to content
Snippets Groups Projects
Commit 74d60958 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

page cache: Add and replace pages using the XArray


Use the XArray APIs to add and replace pages in the page cache.  This
removes two uses of the radix tree preload API and is significantly
shorter code.  It also removes the last user of __radix_tree_create()
outside radix-tree.c itself, so make it static.

Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
parent 0d3f9296
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment