Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932712Ab2KNIUM (ORCPT ); Wed, 14 Nov 2012 03:20:12 -0500 Received: from mx2.parallels.com ([64.131.90.16]:38076 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932187Ab2KNIUK (ORCPT ); Wed, 14 Nov 2012 03:20:10 -0500 Message-ID: <50A3C4C5.10004@parallels.com> Date: Wed, 14 Nov 2012 17:20:21 +0100 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: Tejun Heo CC: Li Zefan , , , Subject: Re: [PATCH 2/2] cgroup, cpuset: remove cgroup_subsys->post_clone() References: <20121113202714.GA21185@mtj.dyndns.org> <20121113202745.GB21185@mtj.dyndns.org> In-Reply-To: <20121113202745.GB21185@mtj.dyndns.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1227 Lines: 32 On 11/13/2012 09:27 PM, Tejun Heo wrote: > From bbf2566f9f4fc79ff3320e83cafb69533efc9ea0 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Tue, 13 Nov 2012 12:21:50 -0800 > > Currently CGRP_CPUSET_CLONE_CHILDREN triggers ->post_clone(). Now > that clone_children is cpuset specific, there's no reason to have this > rather odd option activation mechanism in cgroup core. cpuset can > check the flag from its ->css_allocate() and take the necessary > action. > > Move cpuset_post_clone() logic to the end of cpuset_css_alloc() and > remove cgroup_subsys->post_clone(). > > Loosely based on Glauber's "generalize post_clone into post_create" > patch. > > Signed-off-by: Tejun Heo > Original-patch-by: Glauber Costa > Original-patch: <1351686554-22592-2-git-send-email-glommer@parallels.com> > Cc: Glauber Costa I don't have any preference one way or the other. This patch seems to do the job. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/