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
Kirill Smelkov
linux
Commits
aefdbd6d
Commit
aefdbd6d
authored
Feb 22, 2004
by
David S. Miller
Committed by
David S. Miller
Feb 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: Kill unloadable noise in af_inet6.c
parent
104c7aaa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
net/ipv6/af_inet6.c
net/ipv6/af_inet6.c
+0
-17
No files found.
net/ipv6/af_inet6.c
View file @
aefdbd6d
...
...
@@ -63,12 +63,6 @@
#include <asm/uaccess.h>
#include <asm/system.h>
#if 0 /*def MODULE*/
static int unloadable; /* XX: Turn to one when all is ok within the
module for allowing unload */
MODULE_PARM(unloadable, "i");
#endif
MODULE_AUTHOR
(
"Cast of dozens"
);
MODULE_DESCRIPTION
(
"IPv6 protocol stack for Linux"
);
MODULE_LICENSE
(
"GPL"
);
...
...
@@ -557,17 +551,6 @@ struct net_proto_family inet6_family_ops = {
.
owner
=
THIS_MODULE
,
};
#ifdef MODULE
#if 0 /* FIXME --RR */
int ipv6_unload(void)
{
if (!unloadable) return 1;
/* We keep internally 3 raw sockets */
return atomic_read(&(__this_module.uc.usecount)) - 3;
}
#endif
#endif
#ifdef CONFIG_SYSCTL
extern
void
ipv6_sysctl_register
(
void
);
extern
void
ipv6_sysctl_unregister
(
void
);
...
...
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