diff options
Diffstat (limited to 'include/linux/shrinker.h')
-rw-r--r-- | include/linux/shrinker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/shrinker.h b/include/linux/shrinker.h index 884e76222e1b..76f520c4c394 100644 --- a/include/linux/shrinker.h +++ b/include/linux/shrinker.h | |||
@@ -16,6 +16,9 @@ struct shrink_control { | |||
16 | 16 | ||
17 | /* How many slab objects shrinker() should scan and try to reclaim */ | 17 | /* How many slab objects shrinker() should scan and try to reclaim */ |
18 | unsigned long nr_to_scan; | 18 | unsigned long nr_to_scan; |
19 | |||
20 | /* shrink from these nodes */ | ||
21 | nodemask_t nodes_to_scan; | ||
19 | }; | 22 | }; |
20 | 23 | ||
21 | #define SHRINK_STOP (~0UL) | 24 | #define SHRINK_STOP (~0UL) |