From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbcL2Hks (ORCPT ); Thu, 29 Dec 2016 02:40:48 -0500 Received: from out4441.biz.mail.alibaba.com ([47.88.44.41]:25260 "EHLO out4441.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752294AbcL2Hko (ORCPT ); Thu, 29 Dec 2016 02:40:44 -0500 X-Greylist: delayed 359 seconds by postgrey-1.27 at vger.kernel.org; Thu, 29 Dec 2016 02:40:44 EST X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e02c03290;MF=hillf.zj@alibaba-inc.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---.7Mc1n3s_1482996781; Reply-To: "Hillf Danton" From: "Hillf Danton" To: "'Michal Hocko'" , Cc: "'Andrew Morton'" , "'Mel Gorman'" , "'Johannes Weiner'" , "'Vlastimil Babka'" , "'Rik van Riel'" , "'LKML'" , "'Michal Hocko'" References: <20161228153032.10821-1-mhocko@kernel.org> <20161228153032.10821-2-mhocko@kernel.org> In-Reply-To: <20161228153032.10821-2-mhocko@kernel.org> Subject: Re: [PATCH 1/7] mm, vmscan: remove unused mm_vmscan_memcg_isolate Date: Thu, 29 Dec 2016 15:33:01 +0800 Message-ID: <06d201d261a5$c9248e80$5b6dab80$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKdd06YOfI90de32HGjIBSPbRj/+wF8CB2zn3x7iTA= Content-Language: zh-cn Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, December 28, 2016 11:30 PM Michal Hocko wrote: > From: Michal Hocko > > the trace point is not used since 925b7673cce3 ("mm: make per-memcg LRU > lists exclusive") so it can be removed. > > Signed-off-by: Michal Hocko > --- Acked-by: Hillf Danton From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id 0FBC16B0069 for ; Thu, 29 Dec 2016 02:33:20 -0500 (EST) Received: by mail-pf0-f197.google.com with SMTP id c4so581442505pfb.7 for ; Wed, 28 Dec 2016 23:33:20 -0800 (PST) Received: from out4440.biz.mail.alibaba.com (out4440.biz.mail.alibaba.com. [47.88.44.40]) by mx.google.com with ESMTP id 128si20881288pgg.245.2016.12.28.23.33.17 for ; Wed, 28 Dec 2016 23:33:19 -0800 (PST) Reply-To: "Hillf Danton" From: "Hillf Danton" References: <20161228153032.10821-1-mhocko@kernel.org> <20161228153032.10821-2-mhocko@kernel.org> In-Reply-To: <20161228153032.10821-2-mhocko@kernel.org> Subject: Re: [PATCH 1/7] mm, vmscan: remove unused mm_vmscan_memcg_isolate Date: Thu, 29 Dec 2016 15:33:01 +0800 Message-ID: <06d201d261a5$c9248e80$5b6dab80$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: zh-cn Sender: owner-linux-mm@kvack.org List-ID: To: 'Michal Hocko' , linux-mm@kvack.org Cc: 'Andrew Morton' , 'Mel Gorman' , 'Johannes Weiner' , 'Vlastimil Babka' , 'Rik van Riel' , 'LKML' , 'Michal Hocko' On Wednesday, December 28, 2016 11:30 PM Michal Hocko wrote: > From: Michal Hocko > > the trace point is not used since 925b7673cce3 ("mm: make per-memcg LRU > lists exclusive") so it can be removed. > > Signed-off-by: Michal Hocko > --- Acked-by: Hillf Danton -- 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