git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cc1a7
)
[NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled in
author
Daniel Lezcano
<dlezcano@fr.ibm.com>
Fri, 21 Mar 2008 11:10:53 +0000
(
04:10
-0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 Mar 2008 11:10:53 +0000
(
04:10
-0700)
When CONFIG_PROC_FS=no, the out_sock_create label is not used because
the code using it is disabled and that leads to a warning at compile
time.
This patch fix that by making a specific function to initialize proc
for igmp6, and remove the annoying CONFIG_PROC_FS sections in
init/exit function.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c
patch
|
blob
|
history
diff --cc
net/ipv6/mcast.c
Simple merge