X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Fsock.c;h=a19e728d5fb614cdd45ad0b550d2122956c147c5;hb=4021db9a0daa42ff72570f7b0375d195e528f73f;hp=b261a79777462624d77639bd9aad398b6de6e961;hpb=14cc0b55b70e297a4b5411733d58c6cdc2d7f1be;p=pandora-kernel.git diff --git a/net/core/sock.c b/net/core/sock.c index b261a7977746..a19e728d5fb6 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -1298,7 +1298,6 @@ static void sk_prot_free(struct proto *prot, struct sock *sk) module_put(owner); } -#ifdef CONFIG_CGROUPS #if IS_ENABLED(CONFIG_NET_CLS_CGROUP) void sock_update_classid(struct sock *sk, struct task_struct *task) { @@ -1321,7 +1320,6 @@ void sock_update_netprioidx(struct sock *sk, struct task_struct *task) } EXPORT_SYMBOL_GPL(sock_update_netprioidx); #endif -#endif /** * sk_alloc - All socket objects are allocated here