page cache: Convert find_get_entry to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 16 May 2018 20:12:50 +0000 (16:12 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:34 +0000 (10:46 -0400)
commit4c7472c0df2f889df417a37571e622e02b5058fe
tree15557c1b56edf6cc1f0092b59eb2145a80ce5a29
parent5c024e6a4ebc1740db9f0f075aaa476210108a97
page cache: Convert find_get_entry to XArray

Slightly shorter and simpler code.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
mm/filemap.c