From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751144AbdFYEb7 (ORCPT ); Sun, 25 Jun 2017 00:31:59 -0400 Received: from mail-qt0-f195.google.com ([209.85.216.195]:34421 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944AbdFYEb6 (ORCPT ); Sun, 25 Jun 2017 00:31:58 -0400 Date: Sun, 25 Jun 2017 00:31:55 -0400 From: Tejun Heo To: Li Zefan , Johannes Weiner Cc: cgroups@vger.kernel.org, Aravind Anbudurai , linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [1/3] cgroup: "cgroup.subtree_control" should be writeable by delegatee Message-ID: <20170625043155.GC9644@htj.duckdns.org> References: <20170625042717.GA14158@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170625042717.GA14158@htj.duckdns.org> 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 Sun, Jun 25, 2017 at 12:27:17AM -0400, Tejun Heo wrote: > "cgroup.subtree_control" determines which resource types a cgroup > wants to control. Unlike actual resource knobs, this is an attribute > which belongs to the cgroup itself instead of its parent and thus > should be writeable by the delegatee in a delegated cgroup. > > Update delegation documentation accordingly. > > Signed-off-by: Tejun Heo Applying to cgroup/for-4.13. I've been thinking that the doc listed both files all along. Oh well, better late than never. Thanks. -- tejun