projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e269ed2
)
net: Update args to dummy sock_update_classid().
author
David S. Miller
<davem@davemloft.net>
Fri, 26 Oct 2012 09:07:00 +0000
(
05:07
-0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Oct 2012 09:07:00 +0000
(
05:07
-0400)
Only the real implementation got updated.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/cls_cgroup.h
patch
|
blob
|
history
diff --git
a/include/net/cls_cgroup.h
b/include/net/cls_cgroup.h
index 571de6efad8f00785944141a367c76e564b32cdf..2581638f4a3d6ac803d156ec4dd333eaf1a0cdc6 100644
(file)
--- 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
)
{
}