Commit dc95a2c0 authored by David S. Miller's avatar David S. Miller

net: Update args to dummy sock_update_classid().

Only the real implementation got updated.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e269ed26
......@@ -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)
{
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment