diff options
-rw-r--r-- | fs/ntfs/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/sysctl.c b/fs/ntfs/sysctl.c index 1927170a35ce..a503156ec15f 100644 --- a/fs/ntfs/sysctl.c +++ b/fs/ntfs/sysctl.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include "debug.h" | 34 | #include "debug.h" |
35 | 35 | ||
36 | /* Definition of the ntfs sysctl. */ | 36 | /* Definition of the ntfs sysctl. */ |
37 | static ctl_table ntfs_sysctls[] = { | 37 | static struct ctl_table ntfs_sysctls[] = { |
38 | { | 38 | { |
39 | .procname = "ntfs-debug", | 39 | .procname = "ntfs-debug", |
40 | .data = &debug_msgs, /* Data pointer and size. */ | 40 | .data = &debug_msgs, /* Data pointer and size. */ |
@@ -46,7 +46,7 @@ static ctl_table ntfs_sysctls[] = { | |||
46 | }; | 46 | }; |
47 | 47 | ||
48 | /* Define the parent directory /proc/sys/fs. */ | 48 | /* Define the parent directory /proc/sys/fs. */ |
49 | static ctl_table sysctls_root[] = { | 49 | static struct ctl_table sysctls_root[] = { |
50 | { | 50 | { |
51 | .procname = "fs", | 51 | .procname = "fs", |
52 | .mode = 0555, | 52 | .mode = 0555, |