Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967078AbZLIBIg (ORCPT ); Tue, 8 Dec 2009 20:08:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967057AbZLIBIf (ORCPT ); Tue, 8 Dec 2009 20:08:35 -0500 Received: from RELAY-02.ANDREW.CMU.EDU ([128.2.10.85]:56279 "EHLO relay.andrew.cmu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967049AbZLIBIf (ORCPT ); Tue, 8 Dec 2009 20:08:35 -0500 Date: Tue, 8 Dec 2009 20:08:18 -0500 From: Ben Blum To: Li Zefan Cc: linux-kernel@vger.kernel.org, containers@lists.linux-foundation.org, akpm@linux-foundation.org, menage@google.com Subject: Re: [RFC] [PATCH 5/5] cgroups: subsystem dependencies Message-ID: <20091209010817.GA8929@andrew.cmu.edu> References: <20091204085349.GA18867@andrew.cmu.edu> <20091204085854.GE18912@andrew.cmu.edu> <4B1DEE09.4010508@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B1DEE09.4010508@cn.fujitsu.com> User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 21 On Tue, Dec 08, 2009 at 02:11:21PM +0800, Li Zefan wrote: > > This patch adds a mechanism with which a subsystem can specify dependencies on > > other subsystems. Since subsystems can come and go, it would not be useful to > > refer to a depended-upon subsystem by subsys_id, so instead a NULL-terminated > > array of strings must be specified. Validation is done by scanning for each > > potential subsystem its list of subsystem names with strcmp at the end of > > parse_cgroupfs_options. > > I once posted a patch to implement this feature, but it was > rejected by Andrew, because there was no user using it. > > And still there is no user, right? Dunno - Paul mentioned it might be useful in the future, so I threw this together in an hour or so. Not entirely sure what he had in mind, but this series can go with or without this particular patch. -- 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/