Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a1bc6eb4
Commit
a1bc6eb4
authored
Jul 30, 2008
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
f418b006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
net/ipv4/route.c
net/ipv4/route.c
+2
-0
No files found.
net/ipv4/route.c
View file @
a1bc6eb4
...
...
@@ -3216,6 +3216,7 @@ int __init ip_rt_init(void)
return
rc
;
}
#ifdef CONFIG_SYSCTL
/*
* We really need to sanitize the damn ipv4 init order, then all
* this nonsense will go away.
...
...
@@ -3224,6 +3225,7 @@ void __init ip_static_sysctl_init(void)
{
register_sysctl_paths
(
ipv4_route_path
,
ipv4_route_table
);
}
#endif
EXPORT_SYMBOL
(
__ip_select_ident
);
EXPORT_SYMBOL
(
ip_route_input
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment