diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 8b8d77a1532f..c0a67b894c4c 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -2110,9 +2110,9 @@ int drop_caches_sysctl_handler(struct ctl_table *, int, | |||
2110 | void __user *, size_t *, loff_t *); | 2110 | void __user *, size_t *, loff_t *); |
2111 | #endif | 2111 | #endif |
2112 | 2112 | ||
2113 | unsigned long shrink_slab(struct shrink_control *shrink, | 2113 | unsigned long shrink_node_slabs(gfp_t gfp_mask, int nid, |
2114 | unsigned long nr_pages_scanned, | 2114 | unsigned long nr_scanned, |
2115 | unsigned long lru_pages); | 2115 | unsigned long nr_eligible); |
2116 | 2116 | ||
2117 | #ifndef CONFIG_MMU | 2117 | #ifndef CONFIG_MMU |
2118 | #define randomize_va_space 0 | 2118 | #define randomize_va_space 0 |