Re: [PATCH] net: remove redundant ifdef CONFIG_CGROUPS

2013-03-21 Thread David Miller
From: Li Zefan Date: Thu, 21 Mar 2013 10:54:51 +0800 > The cgroup code has been surrounded by ifdef CONFIG_NET_CLS_CGROUP > and CONFIG_NETPRIO_CGROUP. > > Signed-off-by: Li Zefan Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: [PATCH] net: remove redundant ifdef CONFIG_CGROUPS

2013-03-21 Thread Neil Horman
On Thu, Mar 21, 2013 at 10:54:51AM +0800, Li Zefan wrote: > The cgroup code has been surrounded by ifdef CONFIG_NET_CLS_CGROUP > and CONFIG_NETPRIO_CGROUP. > > Signed-off-by: Li Zefan > --- > net/core/sock.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/net/core/sock.c b/net/core/so