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:
652fd78
)
netns: fix net.ipv6.route.gc_min_interval_ms in netns
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sat, 19 Dec 2009 04:11:03 +0000
(20:11 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 19 Dec 2009 04:11:03 +0000
(20:11 -0800)
sysctl table was copied, all right, but ->data for net.ipv6.route.gc_min_interval_ms
was not reinitialized for "!= &init_net" case.
In init_net everthing works by accident due to correct ->data initialization
in source table.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found