Skip to content
Snippets Groups Projects
Commit 06ff6ab3 authored by Isaac Huang's avatar Isaac Huang
Browse files

i=liangzhen,i=maxim,b=16321:

-   made concurrent_sends read-only at run time.
parent 90863bd3
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = {
.procname = "concurrent_sends",
.data = &concurrent_sends,
.maxlen = sizeof(int),
.mode = 0644,
.mode = 0444,
.proc_handler = &proc_dointvec
},
{0}
......@@ -221,7 +221,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = {
static cfs_sysctl_table_t kibnal_top_ctl_table[] = {
{
.ctl_name = 203,
.procname = "openibnal",
.procname = "iibnal",
.data = NULL,
.maxlen = 0,
.mode = 0555,
......
......@@ -199,7 +199,7 @@ static cfs_sysctl_table_t kiblnd_ctl_table[] = {
.procname = "concurrent_sends",
.data = &concurrent_sends,
.maxlen = sizeof(int),
.mode = 0644,
.mode = 0444,
.proc_handler = &proc_dointvec
},
{
......
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