diff options
author | David S. Miller <davem@davemloft.net> | 2012-10-26 13:07:00 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-26 13:07:00 +0400 |
commit | dc95a2c00671cf383cd037d943fbfe178f9ba81a (patch) | |
tree | c8ad6ad8b0b91c8c444867ba470c37653f6a16c1 /include/net/cls_cgroup.h | |
parent | e269ed26d4c9e6da1614709c1bf4c50ff8c8c5b3 (diff) | |
download | linux-dc95a2c00671cf383cd037d943fbfe178f9ba81a.tar.xz |
net: Update args to dummy sock_update_classid().
Only the real implementation got updated.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/cls_cgroup.h')
-rw-r--r-- | include/net/cls_cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cls_cgroup.h b/include/net/cls_cgroup.h index 571de6efad8f..2581638f4a3d 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) { } |