From: David S. Miller Date: Fri, 26 Oct 2012 09:07:00 +0000 (-0400) Subject: net: Update args to dummy sock_update_classid(). X-Git-Tag: v3.8-rc1~139^2~553 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc95a2c00671cf383cd037d943fbfe178f9ba81a;p=platform%2Fkernel%2Flinux-exynos.git net: Update args to dummy sock_update_classid(). Only the real implementation got updated. Signed-off-by: David S. Miller --- diff --git a/include/net/cls_cgroup.h b/include/net/cls_cgroup.h index 571de6e..2581638 100644 --- a/include/net/cls_cgroup.h +++ b/include/net/cls_cgroup.h @@ -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) { }