commit | 69fe7d67cb0c6eeab3d4c9a3bf950f9d12af4719 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Dec 13 21:58:40 2023 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Fri Dec 29 11:58:32 2023 -0800 |
tree | da7d7b707c9d15184ebcb0fac73ed1500a3fce4e | |
parent | c9bdf768dd9319d2d80a334646e2c8116af9e430 [diff] |
mm: remove page_swap_info() It's more efficient to get the swap_info_struct by calling swp_swap_info() directly. Link: https://lkml.kernel.org/r/20231213215842.671461-12-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>