commit | 4e17ec250fce0eba9b70a91c9622da2748a3ec50 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Wed Nov 29 08:32:39 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:37 2018 -0400 |
tree | 20e5811ad93f57e28afc506dcba223227866ee73 | |
parent | 8d93b41c09d1b74f376e3b9779eb3badeb550301 [diff] |
mm: Convert delete_from_swap_cache to XArray Both callers of __delete_from_swap_cache have the swp_entry_t already, so pass that in to make constructing the XA_STATE easier. Signed-off-by: Matthew Wilcox <willy@infradead.org>