commit | a28334862993b5c6a8766f6963ee69048403817c | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Dec 05 19:04:20 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:44 2018 -0400 |
tree | 5b5e5d483ba7a24789c55fae89ff79c4a2efc6c6 | |
parent | b15cd800682fcaf27048b05e42f5c208e4c756c0 [diff] |
page cache: Finish XArray conversion With no more radix tree API users left, we can drop the GFP flags and use xa_init() instead of INIT_RADIX_TREE(). Signed-off-by: Matthew Wilcox <willy@infradead.org>