From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965255AbdEON4y (ORCPT ); Mon, 15 May 2017 09:56:54 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:50008 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934356AbdEON4w (ORCPT ); Mon, 15 May 2017 09:56:52 -0400 Date: Mon, 15 May 2017 09:56:37 -0400 From: Johannes Weiner To: Roman Gushchin Cc: Michal Hocko , Vladimir Davydov , Tejun Heo , Li Zefan , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm, docs: update memory.stat description with workingset* entries Message-ID: <20170515135637.GB24783@cmpxchg.org> References: <1494530293-31236-1-git-send-email-guro@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494530293-31236-1-git-send-email-guro@fb.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 11, 2017 at 08:18:13PM +0100, Roman Gushchin wrote: > Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in > cache workingset transition") introduced three new entries in memory > stat file: > - workingset_refault, > - workingset_activate, > - workingset_nodereclaim. > > This commit adds a corresponding description to the cgroup v2 docs. > > Signed-off-by: Roman Gushchin > Cc: Johannes Weiner > Cc: Michal Hocko > Cc: Vladimir Davydov > Cc: Tejun Heo > Cc: Li Zefan > Cc: cgroups@vger.kernel.org > Cc: linux-doc@vger.kernel.org > Cc: linux-kernel@vger.kernel.org Acked-by: Johannes Weiner Thanks Roman!