aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cls_cgroup.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-10-26 05:07:00 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-26 05:07:00 -0400
commitdc95a2c00671cf383cd037d943fbfe178f9ba81a (patch)
treec8ad6ad8b0b91c8c444867ba470c37653f6a16c1 /include/net/cls_cgroup.h
parentl2tp: session is an array not a pointer (diff)
downloadlinux-dev-dc95a2c00671cf383cd037d943fbfe178f9ba81a.tar.xz
linux-dev-dc95a2c00671cf383cd037d943fbfe178f9ba81a.zip
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.h2
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)
{
}