Skip to content
Snippets Groups Projects
Commit e6c88453 authored by Liu Ying's avatar Liu Ying
Browse files

Branch HEAD

b=13482
i=shadow, deen

fix typos in gmlnd, ptllnd and viblnd
parent abeb01e2
No related merge requests found
...@@ -51,6 +51,11 @@ Description: open files rlimit 1024 reached while liblustre testing ...@@ -51,6 +51,11 @@ Description: open files rlimit 1024 reached while liblustre testing
Details : ulnds/socklnd must close open socket after unsuccessful Details : ulnds/socklnd must close open socket after unsuccessful
'say hello' attempt. 'say hello' attempt.
Severity : major
Bugzilla : 13482
Description: build error
Details : fix typos in gmlnd, ptllnd and viblnd
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
2007-07-30 Cluster File Systems, Inc. <info@clusterfs.com> 2007-07-30 Cluster File Systems, Inc. <info@clusterfs.com>
......
...@@ -68,7 +68,7 @@ static cfs_sysctl_table_t gmnal_ctl_table[] = { ...@@ -68,7 +68,7 @@ static cfs_sysctl_table_t gmnal_ctl_table[] = {
.procname = "port", .procname = "port",
.data = &port, .data = &port,
.maxlen = sizeof (int), .maxlen = sizeof (int),
.data = 0444, .mode = 0444,
.proc_handler = &proc_dointvec .proc_handler = &proc_dointvec
}, },
{ {
......
...@@ -153,7 +153,7 @@ static cfs_sysctl_table_t kptllnd_ctl_table[] = { ...@@ -153,7 +153,7 @@ static cfs_sysctl_table_t kptllnd_ctl_table[] = {
}, },
{ {
.ctl_name = 3, .ctl_name = 3,
.procnmae = "max_procs_per_node", .procname = "max_procs_per_node",
.data = &max_procs_per_node, .data = &max_procs_per_node,
.maxlen = sizeof(int), .maxlen = sizeof(int),
.mode = 0444, .mode = 0444,
......
...@@ -164,7 +164,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = { ...@@ -164,7 +164,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = {
.proc_handler = &proc_dointvec .proc_handler = &proc_dointvec
}, },
{ {
,ctl_name = 5, .ctl_name = 5,
.procname = "cksum", .procname = "cksum",
.data = &cksum, .data = &cksum,
.maxlen = sizeof(int), .maxlen = sizeof(int),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment