diff options
Diffstat (limited to 'fs/coda/sysctl.c')
-rw-r--r-- | fs/coda/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c index 8e50642f57e8..c57a1fa7cf23 100644 --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c | |||
@@ -271,7 +271,7 @@ void coda_sysctl_init(void) | |||
271 | 271 | ||
272 | #ifdef CONFIG_SYSCTL | 272 | #ifdef CONFIG_SYSCTL |
273 | if ( !fs_table_header ) | 273 | if ( !fs_table_header ) |
274 | fs_table_header = register_sysctl_table(fs_table, 0); | 274 | fs_table_header = register_sysctl_table(fs_table); |
275 | #endif | 275 | #endif |
276 | } | 276 | } |
277 | 277 | ||