Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751700AbZL1GeV (ORCPT ); Mon, 28 Dec 2009 01:34:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751389AbZL1GeU (ORCPT ); Mon, 28 Dec 2009 01:34:20 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:55970 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751198AbZL1GeT (ORCPT ); Mon, 28 Dec 2009 01:34:19 -0500 Message-ID: <4B385164.9070704@cn.fujitsu.com> Date: Mon, 28 Dec 2009 14:34:12 +0800 From: Li Zefan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Ben Blum CC: linux-kernel@vger.kernel.org, containers@lists.linux-foundation.org, akpm@linux-foundation.org, menage@google.com, "netdev@vger.kernel.org" Subject: Re: [PATCH 3/4] cgroups: net_cls as module References: <20091221203253.GA5683@andrew.cmu.edu> <20091221203704.GD5683@andrew.cmu.edu> In-Reply-To: <20091221203704.GD5683@andrew.cmu.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 882 Lines: 22 > Allows the net_cls cgroup subsystem to be compiled as a module > > From: Ben Blum > > This patch modifies net/sched/cls_cgroup.c to allow the net_cls subsystem to > be optionally compiled as a module instead of builtin. The cgroup_subsys > struct is moved around a bit to allow the subsys_id to be either declared as a > compile-time constant by the cgroup_subsys.h include in cgroup.h, or, if it's > a module, initialized within the struct by cgroup_load_subsys. > > Signed-off-by: Ben Blum Acked-by: Li Zefan But can we reorder this patch as the last 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/