From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422AbeBTIxc (ORCPT ); Tue, 20 Feb 2018 03:53:32 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:38646 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbeBTIxa (ORCPT ); Tue, 20 Feb 2018 03:53:30 -0500 X-Google-Smtp-Source: AH8x226bUL6XUB05kCpKD8RTrdn0+NlXaSF48aoBk+GWrHdEOOXrwJI5ROeRtgnQ5I/vMGUAsGWrlQ== From: minchan@kernel.org To: Andrew Morton Cc: lkml , linux-mm , Minchan Kim Subject: [PATCH RESEND 0/2] swap readahead clean up Date: Tue, 20 Feb 2018 17:52:47 +0900 Message-Id: <20180220085249.151400-1-minchan@kernel.org> X-Mailer: git-send-email 2.16.1.291.g4437f3f132-goog Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Minchan Kim This patchset cleans up recent added vma-based readahead code via unifying cluster-based readahead. Resent based on mmotm-2018-02-06-16-41. Minchan Kim (2): mm: swap: clean up swap readahead mm: swap: unify cluster-based and vma-based swap readahead include/linux/swap.h | 38 +++--------- mm/memory.c | 33 +++-------- mm/shmem.c | 5 +- mm/swap_state.c | 137 +++++++++++++++++++++++++++---------------- 4 files changed, 105 insertions(+), 108 deletions(-) -- 2.16.1.291.g4437f3f132-goog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id 925786B0005 for ; Tue, 20 Feb 2018 03:53:31 -0500 (EST) Received: by mail-pf0-f198.google.com with SMTP id p188so2495195pfp.1 for ; Tue, 20 Feb 2018 00:53:31 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id y4sor2004243pgo.359.2018.02.20.00.53.30 for (Google Transport Security); Tue, 20 Feb 2018 00:53:30 -0800 (PST) From: minchan@kernel.org Subject: [PATCH RESEND 0/2] swap readahead clean up Date: Tue, 20 Feb 2018 17:52:47 +0900 Message-Id: <20180220085249.151400-1-minchan@kernel.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: lkml , linux-mm , Minchan Kim From: Minchan Kim This patchset cleans up recent added vma-based readahead code via unifying cluster-based readahead. Resent based on mmotm-2018-02-06-16-41. Minchan Kim (2): mm: swap: clean up swap readahead mm: swap: unify cluster-based and vma-based swap readahead include/linux/swap.h | 38 +++--------- mm/memory.c | 33 +++-------- mm/shmem.c | 5 +- mm/swap_state.c | 137 +++++++++++++++++++++++++++---------------- 4 files changed, 105 insertions(+), 108 deletions(-) -- 2.16.1.291.g4437f3f132-goog -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org