|
@@ -1486,14 +1486,6 @@ extern void *sock_kmalloc(struct sock *sk, int size,
|
|
|
extern void sock_kfree_s(struct sock *sk, void *mem, int size);
|
|
|
extern void sk_send_sigurg(struct sock *sk);
|
|
|
|
|
|
-#ifdef CONFIG_CGROUPS
|
|
|
-extern void sock_update_classid(struct sock *sk);
|
|
|
-#else
|
|
|
-static inline void sock_update_classid(struct sock *sk)
|
|
|
-{
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
/*
|
|
|
* Functions to fill in entries in struct proto_ops when a protocol
|
|
|
* does not implement a particular function.
|