summaryrefslogtreecommitdiff
path: root/linux/shrinker.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/shrinker.c')
-rw-r--r--linux/shrinker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/shrinker.c b/linux/shrinker.c
index 361196ac..91f633b5 100644
--- a/linux/shrinker.c
+++ b/linux/shrinker.c
@@ -69,7 +69,7 @@ void run_shrinkers(gfp_t gfp_mask, bool allocation_failed)
{
struct shrinker *shrinker;
struct sysinfo info;
- struct mallinfo2 malloc_info = mallinfo2();
+ struct mallinfo malloc_info = mallinfo();
s64 want_shrink;
if (!(gfp_mask & GFP_KERNEL))