dect
/
linux-2.6
Archived
13
0
Fork 0

net: Update args to dummy sock_update_classid().

Only the real implementation got updated.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-10-26 05:07:00 -04:00
parent e269ed26d4
commit dc95a2c006
1 changed files with 1 additions and 1 deletions

View 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)
{
}