net: Update args to dummy sock_update_classid().
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Oct 2012 09:07:00 +0000 (05:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Oct 2012 09:07:00 +0000 (05:07 -0400)
Only the real implementation got updated.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/cls_cgroup.h

index 571de6efad8f00785944141a367c76e564b32cdf..2581638f4a3d6ac803d156ec4dd333eaf1a0cdc6 100644 (file)
@@ -61,7 +61,7 @@ static inline u32 task_cls_classid(struct task_struct *p)
 }
 #endif
 #else /* !CGROUP_NET_CLS_CGROUP */
-static inline void sock_update_classid(struct sock *sk)
+static inline void sock_update_classid(struct sock *sk, struct task_struct *task)
 {
 }