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 branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,11 @@ Description: open files rlimit 1024 reached while liblustre testing
Details : ulnds/socklnd must close open socket after unsuccessful
'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>
......
......@@ -68,7 +68,7 @@ static cfs_sysctl_table_t gmnal_ctl_table[] = {
.procname = "port",
.data = &port,
.maxlen = sizeof (int),
.data = 0444,
.mode = 0444,
.proc_handler = &proc_dointvec
},
{
......
......@@ -153,7 +153,7 @@ static cfs_sysctl_table_t kptllnd_ctl_table[] = {
},
{
.ctl_name = 3,
.procnmae = "max_procs_per_node",
.procname = "max_procs_per_node",
.data = &max_procs_per_node,
.maxlen = sizeof(int),
.mode = 0444,
......
......@@ -164,7 +164,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = {
.proc_handler = &proc_dointvec
},
{
,ctl_name = 5,
.ctl_name = 5,
.procname = "cksum",
.data = &cksum,
.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