commit | e9e9b7ecee4a139a6fbe2e15ef224ca6b6c47d57 | [log] [tgz] |
---|---|---|
author | Minchan Kim <minchan@kernel.org> | Thu Apr 05 16:23:42 2018 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 05 21:36:25 2018 -0700 |
tree | 179430c7efc50a0da618934d117b152258e82353 | |
parent | eaf649ebc3acfbb235ce31cebd06e4876d05758e [diff] |
mm: swap: unify cluster-based and vma-based swap readahead This patch makes do_swap_page() not need to be aware of two different swap readahead algorithms. Just unify cluster-based and vma-based readahead function call. Link: http://lkml.kernel.org/r/1509520520-32367-3-git-send-email-minchan@kernel.org Link: http://lkml.kernel.org/r/20180220085249.151400-3-minchan@kernel.org Signed-off-by: Minchan Kim <minchan@kernel.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Hugh Dickins <hughd@google.com> Cc: Huang Ying <ying.huang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>