From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327AbdG1PJe (ORCPT ); Fri, 28 Jul 2017 11:09:34 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:34440 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792AbdG1PJb (ORCPT ); Fri, 28 Jul 2017 11:09:31 -0400 Date: Fri, 28 Jul 2017 11:09:27 -0400 From: Tejun Heo To: Roman Gushchin Cc: cgroups@vger.kernel.org, Zefan Li , Waiman Long , Johannes Weiner , kernel-team@fb.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cgroup: add cgroup.stat interface with basic hierarchy stats Message-ID: <20170728150927.GN742618@devbig577.frc2.facebook.com> References: <20170727161420.2552-1-guro@fb.com> <20170727162243.GF742618@devbig577.frc2.facebook.com> <20170728130155.GA13728@castle.dhcp.TheFacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170728130155.GA13728@castle.dhcp.TheFacebook.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Fri, Jul 28, 2017 at 02:01:55PM +0100, Roman Gushchin wrote: > > > + nr_dying_descendants > > > + Total number of dying descendant cgroups. > > > > Can you please go into more detail on what's going on with dying > > descendants here? > > Sure. > Don't we plan do describe cgroup/css lifecycle in details > in a separate section? We should but it'd still be nice to have a short description here too. Thanks. -- tejun