diff options
Diffstat (limited to 'include/net/netprio_cgroup.h')
-rw-r--r-- | include/net/netprio_cgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netprio_cgroup.h b/include/net/netprio_cgroup.h index d58fdec47597..2719dec6b5a8 100644 --- a/include/net/netprio_cgroup.h +++ b/include/net/netprio_cgroup.h | |||
@@ -35,7 +35,7 @@ struct cgroup_netprio_state { | |||
35 | extern int net_prio_subsys_id; | 35 | extern int net_prio_subsys_id; |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | extern void sock_update_netprioidx(struct sock *sk); | 38 | extern void sock_update_netprioidx(struct sock *sk, struct task_struct *task); |
39 | 39 | ||
40 | #if IS_BUILTIN(CONFIG_NETPRIO_CGROUP) | 40 | #if IS_BUILTIN(CONFIG_NETPRIO_CGROUP) |
41 | 41 | ||
@@ -82,7 +82,7 @@ static inline u32 task_netprioidx(struct task_struct *p) | |||
82 | #endif /* CONFIG_NETPRIO_CGROUP */ | 82 | #endif /* CONFIG_NETPRIO_CGROUP */ |
83 | 83 | ||
84 | #else | 84 | #else |
85 | #define sock_update_netprioidx(sk) | 85 | #define sock_update_netprioidx(sk, task) |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | #endif /* _NET_CLS_CGROUP_H */ | 88 | #endif /* _NET_CLS_CGROUP_H */ |