diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 9792c315676a..617d41e4d6a0 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1281,6 +1281,7 @@ static struct ctl_table fs_table[] = { | |||
1281 | .extra2 = &two, | 1281 | .extra2 = &two, |
1282 | }, | 1282 | }, |
1283 | #endif | 1283 | #endif |
1284 | #ifdef CONFIG_AIO | ||
1284 | { | 1285 | { |
1285 | .procname = "aio-nr", | 1286 | .procname = "aio-nr", |
1286 | .data = &aio_nr, | 1287 | .data = &aio_nr, |
@@ -1295,6 +1296,7 @@ static struct ctl_table fs_table[] = { | |||
1295 | .mode = 0644, | 1296 | .mode = 0644, |
1296 | .proc_handler = &proc_doulongvec_minmax, | 1297 | .proc_handler = &proc_doulongvec_minmax, |
1297 | }, | 1298 | }, |
1299 | #endif /* CONFIG_AIO */ | ||
1298 | #ifdef CONFIG_INOTIFY_USER | 1300 | #ifdef CONFIG_INOTIFY_USER |
1299 | { | 1301 | { |
1300 | .ctl_name = FS_INOTIFY, | 1302 | .ctl_name = FS_INOTIFY, |