page cache: Convert page deletion to XArray
authorMatthew Wilcox <willy@infradead.org>
Tue, 21 Nov 2017 14:17:59 +0000 (09:17 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:34 +0000 (10:46 -0400)
commit5c024e6a4ebc1740db9f0f075aaa476210108a97
treeb307dce267f93c3ff7306ce39e9196e3fbc217ef
parent74d609585d8bd6083bd9d75bc1fd2c0d3851bcc5
page cache: Convert page deletion to XArray

The code is slightly shorter and simpler.

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