mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:01:13 +07:00
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:
parent
e269ed26d4
commit
dc95a2c006
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user