diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-12-09 08:24:25 +0100 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-12-09 08:24:57 +0100 | 
| commit | 4c68db38c85188824b21698842b42a62b4f78657 (patch) | |
| tree | 3ee1c3b22af6713adf669a3bb452ce82bc7fe495 /net/unix/sysctl_net_unix.c | |
| parent | 5c0e9f28da84c68ce0ae68b7a75faaf862e156e2 (diff) | |
| parent | 2b876f95d03e226394b5d360c86127cbefaf614b (diff) | |
Merge branch 'linus' into x86/urgent
Merge reason: We want to queue up a dependent patch.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
| -rw-r--r-- | net/unix/sysctl_net_unix.c | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/net/unix/sysctl_net_unix.c b/net/unix/sysctl_net_unix.c index 83c093077eb..708f5df6b7f 100644 --- a/net/unix/sysctl_net_unix.c +++ b/net/unix/sysctl_net_unix.c @@ -16,19 +16,18 @@  static ctl_table unix_table[] = {  	{ -		.ctl_name	= NET_UNIX_MAX_DGRAM_QLEN,  		.procname	= "max_dgram_qlen",  		.data		= &init_net.unx.sysctl_max_dgram_qlen,  		.maxlen		= sizeof(int),  		.mode		= 0644,  		.proc_handler	= proc_dointvec  	}, -	{ .ctl_name = 0 } +	{ }  };  static struct ctl_path unix_path[] = { -	{ .procname = "net", .ctl_name = CTL_NET, }, -	{ .procname = "unix", .ctl_name = NET_UNIX, }, +	{ .procname = "net", }, +	{ .procname = "unix", },  	{ },  };  | 
