Chromium Code Reviews| Index: include/linux/mm.h |
| diff --git a/include/linux/mm.h b/include/linux/mm.h |
| index e5d509d2baaaa792d244656123bc4e0f47614b52..6c4891c74590c2b18b05da83092c7ed7e1c869e9 100644 |
| --- a/include/linux/mm.h |
| +++ b/include/linux/mm.h |
| @@ -35,6 +35,8 @@ extern int sysctl_legacy_va_layout; |
| #define sysctl_legacy_va_layout 0 |
| #endif |
| +extern int min_filelist_kbytes; |
| + |
| #include <asm/page.h> |
| #include <asm/pgtable.h> |
| #include <asm/processor.h> |