From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755557Ab2LRTLF (ORCPT ); Tue, 18 Dec 2012 14:11:05 -0500 Received: from mail-da0-f50.google.com ([209.85.210.50]:46438 "EHLO mail-da0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753306Ab2LRTLD (ORCPT ); Tue, 18 Dec 2012 14:11:03 -0500 X-Greylist: delayed 8587 seconds by postgrey-1.27 at vger.kernel.org; Tue, 18 Dec 2012 14:11:03 EST Date: Tue, 18 Dec 2012 11:10:55 -0800 From: Tejun Heo To: Vivek Goyal Cc: lizefan@huawei.com, axboe@kernel.dk, containers@lists.linux-foundation.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, ctalbott@google.com, rni@google.com Subject: Re: [PATCH 09/12] cfq-iosched: enable full blkcg hierarchy support Message-ID: <20121218191055.GN1844@htj.dyndns.org> References: <1355524885-22719-1-git-send-email-tj@kernel.org> <1355524885-22719-10-git-send-email-tj@kernel.org> <20121218184022.GC24050@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121218184022.GC24050@redhat.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 Hey, Vivek. On Tue, Dec 18, 2012 at 01:40:23PM -0500, Vivek Goyal wrote: > Can we update Documentation/blkio-controller.txt file to explain all > this. Also it would be nice to also explain the case of a group having > both tasks and groups as child and then how shares will be calculated. > There we can also explain the notion of group->weight and > group->leaf_weight. Yeah, sure thing. Other than documentation / field names, do things look okay to you? If so, I'll post updated round once -rc1 happens. Thanks. -- tejun