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
31e6d03a
Commit
31e6d03a
authored
Jun 28, 2003
by
Art Haas
Committed by
Hideaki Yoshifuji
Jun 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] Remove some 0 initializers.
These small patches remove a number of '.maxlen = 0,' initializers.
parent
0024270e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
14 deletions
+0
-14
net/ax25/sysctl_net_ax25.c
net/ax25/sysctl_net_ax25.c
+0
-2
net/ipv6/sysctl_net_ipv6.c
net/ipv6/sysctl_net_ipv6.c
+0
-2
net/netrom/sysctl_net_netrom.c
net/netrom/sysctl_net_netrom.c
+0
-2
net/rose/sysctl_net_rose.c
net/rose/sysctl_net_rose.c
+0
-2
net/rxrpc/sysctl.c
net/rxrpc/sysctl.c
+0
-1
net/sctp/sysctl.c
net/sctp/sysctl.c
+0
-2
net/sunrpc/sysctl.c
net/sunrpc/sysctl.c
+0
-1
net/unix/sysctl_net_unix.c
net/unix/sysctl_net_unix.c
+0
-2
No files found.
net/ax25/sysctl_net_ax25.c
View file @
31e6d03a
...
...
@@ -36,7 +36,6 @@ static ctl_table ax25_dir_table[] = {
{
.
ctl_name
=
NET_AX25
,
.
procname
=
"ax25"
,
.
maxlen
=
0
,
.
mode
=
0555
,
},
{
.
ctl_name
=
0
}
...
...
@@ -46,7 +45,6 @@ static ctl_table ax25_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
ax25_dir_table
},
...
...
net/ipv6/sysctl_net_ipv6.c
View file @
31e6d03a
...
...
@@ -86,7 +86,6 @@ static ctl_table ipv6_net_table[] = {
{
.
ctl_name
=
NET_IPV6
,
.
procname
=
"ipv6"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
ipv6_table
},
...
...
@@ -97,7 +96,6 @@ static ctl_table ipv6_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
ipv6_net_table
},
...
...
net/netrom/sysctl_net_netrom.c
View file @
31e6d03a
...
...
@@ -162,7 +162,6 @@ static ctl_table nr_dir_table[] = {
{
.
ctl_name
=
NET_NETROM
,
.
procname
=
"netrom"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
nr_table
},
...
...
@@ -173,7 +172,6 @@ static ctl_table nr_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
nr_dir_table
},
...
...
net/rose/sysctl_net_rose.c
View file @
31e6d03a
...
...
@@ -142,7 +142,6 @@ static ctl_table rose_dir_table[] = {
{
.
ctl_name
=
NET_ROSE
,
.
procname
=
"rose"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
rose_table
},
...
...
@@ -153,7 +152,6 @@ static ctl_table rose_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
rose_dir_table
},
...
...
net/rxrpc/sysctl.c
View file @
31e6d03a
...
...
@@ -68,7 +68,6 @@ static ctl_table rxrpc_dir_sysctl_table[] = {
{
.
ctl_name
=
1
,
.
procname
=
"rxrpc"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
rxrpc_sysctl_table
},
...
...
net/sctp/sysctl.c
View file @
31e6d03a
...
...
@@ -152,7 +152,6 @@ static ctl_table sctp_net_table[] = {
{
.
ctl_name
=
NET_SCTP
,
.
procname
=
"sctp"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
sctp_table
},
...
...
@@ -163,7 +162,6 @@ static ctl_table sctp_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
sctp_net_table
},
...
...
net/sunrpc/sysctl.c
View file @
31e6d03a
...
...
@@ -155,7 +155,6 @@ static ctl_table sunrpc_table[] = {
{
.
ctl_name
=
CTL_SUNRPC
,
.
procname
=
"sunrpc"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
debug_table
},
...
...
net/unix/sysctl_net_unix.c
View file @
31e6d03a
...
...
@@ -30,7 +30,6 @@ static ctl_table unix_net_table[] = {
{
.
ctl_name
=
NET_UNIX
,
.
procname
=
"unix"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
unix_table
},
...
...
@@ -41,7 +40,6 @@ static ctl_table unix_root_table[] = {
{
.
ctl_name
=
CTL_NET
,
.
procname
=
"net"
,
.
maxlen
=
0
,
.
mode
=
0555
,
.
child
=
unix_net_table
},
...
...
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