]> git.ipfire.org Git - thirdparty/linux.git/commit
mm: Convert add_to_swap_cache to XArray
authorMatthew Wilcox <willy@infradead.org>
Mon, 27 Nov 2017 20:46:54 +0000 (15:46 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:37 +0000 (10:46 -0400)
commit8d93b41c09d1b74f376e3b9779eb3badeb550301
treec986b3f3c82a3b9371d29d309356ab540bcd84a1
parent69b6c1319b6588b65d853055d5336f662f6cb1a2
mm: Convert add_to_swap_cache to XArray

Combine __add_to_swap_cache and add_to_swap_cache into one function
since there is no more need to preload.

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