page cache: Finish XArray conversion
authorMatthew Wilcox <willy@infradead.org>
Wed, 6 Dec 2017 00:04:20 +0000 (19:04 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:44 +0000 (10:46 -0400)
commita28334862993b5c6a8766f6963ee69048403817c
tree5b5e5d483ba7a24789c55fae89ff79c4a2efc6c6
parentb15cd800682fcaf27048b05e42f5c208e4c756c0
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>
fs/inode.c
mm/swap_state.c