aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/sysctl.c')
-rw-r--r--fs/nfs/sysctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/sysctl.c b/fs/nfs/sysctl.c
index 6b3f2535a3ec..bb6ed810fa6f 100644
--- a/fs/nfs/sysctl.c
+++ b/fs/nfs/sysctl.c
@@ -13,7 +13,7 @@
13 13
14static struct ctl_table_header *nfs_callback_sysctl_table; 14static struct ctl_table_header *nfs_callback_sysctl_table;
15 15
16static ctl_table nfs_cb_sysctls[] = { 16static struct ctl_table nfs_cb_sysctls[] = {
17 { 17 {
18 .procname = "nfs_mountpoint_timeout", 18 .procname = "nfs_mountpoint_timeout",
19 .data = &nfs_mountpoint_expiry_timeout, 19 .data = &nfs_mountpoint_expiry_timeout,
@@ -31,7 +31,7 @@ static ctl_table nfs_cb_sysctls[] = {
31 { } 31 { }
32}; 32};
33 33
34static ctl_table nfs_cb_sysctl_dir[] = { 34static struct ctl_table nfs_cb_sysctl_dir[] = {
35 { 35 {
36 .procname = "nfs", 36 .procname = "nfs",
37 .mode = 0555, 37 .mode = 0555,
@@ -40,7 +40,7 @@ static ctl_table nfs_cb_sysctl_dir[] = {
40 { } 40 { }
41}; 41};
42 42
43static ctl_table nfs_cb_sysctl_root[] = { 43static struct ctl_table nfs_cb_sysctl_root[] = {
44 { 44 {
45 .procname = "fs", 45 .procname = "fs",
46 .mode = 0555, 46 .mode = 0555,