aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-12-29 11:27:11 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-03 17:41:42 -0500
commit86f8515f9721fa171483f0fe0391968fbb949cc9 (patch)
treea21f4df024bc16044cb174948494180769cbcbbe /net/Kconfig
parentfe1217c4f3f7d7cbf8efdd8dd5fdc7204a1d65a8 (diff)
net: netprio: rename config to be more consistent with cgroup configs
While we're at it and introduced CGROUP_NET_CLASSID, lets also make NETPRIO_CGROUP more consistent with the rest of cgroups and rename it into CONFIG_CGROUP_NET_PRIO so that for networking, we now have CONFIG_CGROUP_NET_{PRIO,CLASSID}. This not only makes the CONFIG option consistent among networking cgroups, but also among cgroups CONFIG conventions in general as the vast majority has a prefix of CONFIG_CGROUP_<SUBSYS>. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Cc: Zefan Li <lizefan@huawei.com> Cc: cgroups@vger.kernel.org Acked-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 7da10b830d70..e411046a62e3 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -238,12 +238,12 @@ config XPS
238 depends on SMP 238 depends on SMP
239 default y 239 default y
240 240
241config NETPRIO_CGROUP 241config CGROUP_NET_PRIO
242 tristate "Network priority cgroup" 242 tristate "Network priority cgroup"
243 depends on CGROUPS 243 depends on CGROUPS
244 ---help--- 244 ---help---
245 Cgroup subsystem for use in assigning processes to network priorities on 245 Cgroup subsystem for use in assigning processes to network priorities on
246 a per-interface basis 246 a per-interface basis.
247 247
248config CGROUP_NET_CLASSID 248config CGROUP_NET_CLASSID
249 boolean "Network classid cgroup" 249 boolean "Network classid cgroup"