From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 09/12] cfq-iosched: enable full blkcg hierarchy support Date: Tue, 18 Dec 2012 11:10:55 -0800 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-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=acFZI2nfZsMFC7Xv5RBn8Cj4wZ/x7qVDiNtusrW6UCQ=; b=VlDJp0eWjv7/N0rRzB/ruULcGK8oBe81iyySZEVroh/qhEXIvGxDibW8EJ3FKteBfx +UDlU/0rvvo+Q865yuvLs7ixPnvJj9vkRHFqJ9qKaOVBcaQ8ufDtJbJkd5ebsRP5C2nb bqV/HTuCIfIi2ibEGrF7isgqq8Zfgr4HlVC/0Cq9sHNS/jSFeE3D4QDVVXimomMwydez EE25QYsbLwCWnmLCzAOHdZt48BNTacJ3qhmhUi8g5tbTZcsUikLf8nJrwuMIPEt3sJY7 MJi2Ojj3R57TmcHYV1S08LTgmOiZ9rDrtZVF+7jlQhqiz9MlMTsehcdzdwQ6wylI2UDL 7wlw== Content-Disposition: inline In-Reply-To: <20121218184022.GC24050-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Vivek Goyal Cc: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org, ctalbott-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, rni-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.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