commit | cb691e2f28bc63b1a872aa593dd542ee796e8364 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Sep 02 20:46:34 2022 +0100 |
committer | Andrew Morton <akpm@linux-foundation.org> | Mon Oct 03 14:02:51 2022 -0700 |
tree | 600a6fd91392204fab1d4143d29e876225e663c6 | |
parent | 5a423081b2465d38baf2fcbbc19f77d211507061 [diff] |
mm: remove lookup_swap_cache() All callers have now been converted to swap_cache_get_folio(), so we can remove this wrapper. Link: https://lkml.kernel.org/r/20220902194653.1739778-39-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>