From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755929AbYL2D7V (ORCPT ); Sun, 28 Dec 2008 22:59:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752581AbYL2D6e (ORCPT ); Sun, 28 Dec 2008 22:58:34 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:55310 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752479AbYL2D6b (ORCPT ); Sun, 28 Dec 2008 22:58:31 -0500 Message-ID: <49584AA5.9030509@cn.fujitsu.com> Date: Mon, 29 Dec 2008 11:57:25 +0800 From: Li Zefan User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: David Miller CC: Thomas Graf , LKML , netdev@vger.kernel.org Subject: [PATCH 3/3] cls_cgroup: clean up Kconfig 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 cls_cgroup can't be compiled as a module, since it's not supported by cgroup. Signed-off-by: Li Zefan --- net/sched/Kconfig | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 4f7ef0d..929218a 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -335,9 +335,6 @@ config NET_CLS_CGROUP Say Y here if you want to classify packets based on the control cgroup of their process. - To compile this code as a module, choose M here: the - module will be called cls_cgroup. - config NET_EMATCH bool "Extended Matches" select NET_CLS -- 1.5.4.rc3