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 9D5ED6B0038 for ; Sun, 5 Mar 2017 21:18:33 -0500 (EST) Received: by mail-pf0-f198.google.com with SMTP id v190so56625562pfb.5 for ; Sun, 05 Mar 2017 18:18:33 -0800 (PST) Received: from lgeamrelo13.lge.com (LGEAMRELO13.lge.com. [156.147.23.53]) by mx.google.com with ESMTP id p10si17527858pge.292.2017.03.05.18.18.32 for ; Sun, 05 Mar 2017 18:18:32 -0800 (PST) Date: Mon, 6 Mar 2017 11:18:23 +0900 From: Minchan Kim Subject: Re: [RFC 11/11] mm: remove SWAP_[SUCCESS|AGAIN|FAIL] Message-ID: <20170306021823.GF8779@bbox> References: <1488436765-32350-1-git-send-email-minchan@kernel.org> <1488436765-32350-12-git-send-email-minchan@kernel.org> <907b98e3-127a-4cad-deea-093785274b64@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <907b98e3-127a-4cad-deea-093785274b64@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Anshuman Khandual Cc: Andrew Morton , kernel-team@lge.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Johannes Weiner , Michal Hocko On Fri, Mar 03, 2017 at 06:34:15PM +0530, Anshuman Khandual wrote: > On 03/02/2017 12:09 PM, Minchan Kim wrote: > > There is no user for it. Remove it. > > Last patches in the series prepared ground for this removal. The > entire series looks pretty straight forward. As it does not change Thanks. > any functionality, wondering what kind of tests this should go > through to look for any potential problems. I don't think it can change something severe, either but one thing I want to check is handling of mlocked pages part so I will do some test for that. Thanks for the review, Anshuman! -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752676AbdCFCdg (ORCPT ); Sun, 5 Mar 2017 21:33:36 -0500 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:38907 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752486AbdCFCde (ORCPT ); Sun, 5 Mar 2017 21:33:34 -0500 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Mon, 6 Mar 2017 11:18:23 +0900 From: Minchan Kim To: Anshuman Khandual Cc: Andrew Morton , kernel-team@lge.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Johannes Weiner , Michal Hocko Subject: Re: [RFC 11/11] mm: remove SWAP_[SUCCESS|AGAIN|FAIL] Message-ID: <20170306021823.GF8779@bbox> References: <1488436765-32350-1-git-send-email-minchan@kernel.org> <1488436765-32350-12-git-send-email-minchan@kernel.org> <907b98e3-127a-4cad-deea-093785274b64@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <907b98e3-127a-4cad-deea-093785274b64@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 03, 2017 at 06:34:15PM +0530, Anshuman Khandual wrote: > On 03/02/2017 12:09 PM, Minchan Kim wrote: > > There is no user for it. Remove it. > > Last patches in the series prepared ground for this removal. The > entire series looks pretty straight forward. As it does not change Thanks. > any functionality, wondering what kind of tests this should go > through to look for any potential problems. I don't think it can change something severe, either but one thing I want to check is handling of mlocked pages part so I will do some test for that. Thanks for the review, Anshuman!