diff options
Diffstat (limited to 'fs/nfs/sysctl.c')
| -rw-r--r-- | fs/nfs/sysctl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nfs/sysctl.c b/fs/nfs/sysctl.c index fcdcafbb3293..b62481dabae9 100644 --- a/fs/nfs/sysctl.c +++ b/fs/nfs/sysctl.c | |||
| @@ -50,6 +50,14 @@ static ctl_table nfs_cb_sysctls[] = { | |||
| 50 | .proc_handler = &proc_dointvec_jiffies, | 50 | .proc_handler = &proc_dointvec_jiffies, |
| 51 | .strategy = &sysctl_jiffies, | 51 | .strategy = &sysctl_jiffies, |
| 52 | }, | 52 | }, |
| 53 | { | ||
| 54 | .ctl_name = CTL_UNNUMBERED, | ||
| 55 | .procname = "nfs_congestion_kb", | ||
| 56 | .data = &nfs_congestion_kb, | ||
| 57 | .maxlen = sizeof(nfs_congestion_kb), | ||
| 58 | .mode = 0644, | ||
| 59 | .proc_handler = &proc_dointvec, | ||
| 60 | }, | ||
| 53 | { .ctl_name = 0 } | 61 | { .ctl_name = 0 } |
| 54 | }; | 62 | }; |
| 55 | 63 | ||
