From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 03/10] cgroup: implement cgroup_add_cftypes() and friends Date: Tue, 20 Mar 2012 09:03:47 -0700 Message-ID: <20120320160347.GE5684@google.com> References: <1331940963-15756-1-git-send-email-tj@kernel.org> <1331940963-15756-4-git-send-email-tj@kernel.org> <877gyfu025.fsf@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <877gyfu025.fsf-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org> 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: "Aneesh Kumar K.V" Cc: ctalbott-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, rni-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: containers.vger.kernel.org Hello, Aneesh. On Tue, Mar 20, 2012 at 02:22:02PM +0530, Aneesh Kumar K.V wrote: > Instead of using CGROUP_SUBSYS_CFTYPES_COND, are you ok if other > subsystem called cgroup_add_cftypes ?. I am looking at how this will > impact http://article.gmane.org/gmane.linux.kernel.mm/75470 . With > HugeTLB we cannot do the above. Yeah, sure. Allowing dyanmic additions and removals of cftypes is the whole point of the patchset. Thanks. -- tejun