projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8ba85
)
cls_cgroup: clean up Kconfig
author
Li Zefan
<lizf@cn.fujitsu.com>
Sun, 28 Dec 2008 17:57:25 +0000
(17:57 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 30 Dec 2008 03:40:46 +0000
(19:40 -0800)
cls_cgroup can't be compiled as a module, since it's not supported by
cgroup.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/Kconfig
b/net/sched/Kconfig
index 4f7ef0db302b56eaf1e32c2d7ce90c84d686be51..929218a4762060ee2052370eb70fe955c418211a 100644
(file)
--- 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