projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ac75e
)
net: fix build error if CONFIG_CGROUPS=n
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 13 Dec 2011 03:59:08 +0000
(
03:59
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Dec 2011 18:45:17 +0000
(13:45 -0500)
Reported-by: Christoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
patch
|
blob
|
history
diff --git
a/include/net/sock.h
b/include/net/sock.h
index
18ecc99
..
6fe0dae
100644
(file)
--- a/
include/net/sock.h
+++ b/
include/net/sock.h
@@
-64,6
+64,8
@@
#include <net/dst.h>
#include <net/checksum.h>
+struct cgroup;
+struct cgroup_subsys;
int mem_cgroup_sockets_init(struct cgroup *cgrp, struct cgroup_subsys *ss);
void mem_cgroup_sockets_destroy(struct cgroup *cgrp, struct cgroup_subsys *ss);
/*