Configure out AIO support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / sysctl.c
index 9792c315676afab76e7896dab7dead7d21a900a2..617d41e4d6a08eae69152515e1ac47a9c8a3fc85 100644 (file)
@@ -1281,6 +1281,7 @@ static struct ctl_table fs_table[] = {
                .extra2         = &two,
        },
 #endif
+#ifdef CONFIG_AIO
        {
                .procname       = "aio-nr",
                .data           = &aio_nr,
@@ -1295,6 +1296,7 @@ static struct ctl_table fs_table[] = {
                .mode           = 0644,
                .proc_handler   = &proc_doulongvec_minmax,
        },
+#endif /* CONFIG_AIO */
 #ifdef CONFIG_INOTIFY_USER
        {
                .ctl_name       = FS_INOTIFY,