2008-12-29 03:59:21

by Li Zefan

[permalink] [raw]
Subject: [PATCH 3/3] cls_cgroup: clean up Kconfig

cls_cgroup can't be compiled as a module, since it's not supported by
cgroup.

Signed-off-by: Li Zefan <[email protected]>
---
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


2009-01-05 16:40:16

by Thomas Graf

[permalink] [raw]
Subject: Re: [PATCH 3/3] cls_cgroup: clean up Kconfig

* Li Zefan <[email protected]> 2008-12-29 11:57
> cls_cgroup can't be compiled as a module, since it's not supported by
> cgroup.

Good catch, thanks.

Acked-by: Thomas Graf <[email protected]>