aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4sysctl.c')
-rw-r--r--fs/nfs/nfs4sysctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/nfs4sysctl.c b/fs/nfs/nfs4sysctl.c
index 2628d921b7e3..b6ebe7e445f6 100644
--- a/fs/nfs/nfs4sysctl.c
+++ b/fs/nfs/nfs4sysctl.c
@@ -16,7 +16,7 @@ static const int nfs_set_port_min = 0;
16static const int nfs_set_port_max = 65535; 16static const int nfs_set_port_max = 65535;
17static struct ctl_table_header *nfs4_callback_sysctl_table; 17static struct ctl_table_header *nfs4_callback_sysctl_table;
18 18
19static ctl_table nfs4_cb_sysctls[] = { 19static struct ctl_table nfs4_cb_sysctls[] = {
20 { 20 {
21 .procname = "nfs_callback_tcpport", 21 .procname = "nfs_callback_tcpport",
22 .data = &nfs_callback_set_tcpport, 22 .data = &nfs_callback_set_tcpport,
@@ -36,7 +36,7 @@ static ctl_table nfs4_cb_sysctls[] = {
36 { } 36 { }
37}; 37};
38 38
39static ctl_table nfs4_cb_sysctl_dir[] = { 39static struct ctl_table nfs4_cb_sysctl_dir[] = {
40 { 40 {
41 .procname = "nfs", 41 .procname = "nfs",
42 .mode = 0555, 42 .mode = 0555,
@@ -45,7 +45,7 @@ static ctl_table nfs4_cb_sysctl_dir[] = {
45 { } 45 { }
46}; 46};
47 47
48static ctl_table nfs4_cb_sysctl_root[] = { 48static struct ctl_table nfs4_cb_sysctl_root[] = {
49 { 49 {
50 .procname = "fs", 50 .procname = "fs",
51 .mode = 0555, 51 .mode = 0555,