]> git.baikalelectronics.ru Git - kernel.git/commit
net: netprio: rename config to be more consistent with cgroup configs
authorDaniel Borkmann <dborkman@redhat.com>
Sun, 29 Dec 2013 16:27:11 +0000 (17:27 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Jan 2014 22:41:42 +0000 (23:41 +0100)
commit9d6f783ee9d3758022c2973fe022f4d6b9b2d4cc
treea21f4df024bc16044cb174948494180769cbcbbe
parentd6d1a1601433d5a772ac0140e81d536ad15f5196
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>
include/linux/cgroup_subsys.h
include/linux/netdevice.h
include/net/netprio_cgroup.h
include/net/sock.h
net/Kconfig
net/core/Makefile
net/core/dev.c
net/core/sock.c