|
@@ -91,7 +91,8 @@ static int lowmem_shrink(struct shrinker *s, int nr_to_scan, gfp_t gfp_mask)
|
|
|
int selected_oom_adj;
|
|
|
int array_size = ARRAY_SIZE(lowmem_adj);
|
|
|
int other_free = global_page_state(NR_FREE_PAGES);
|
|
|
- int other_file = global_page_state(NR_FILE_PAGES);
|
|
|
+ int other_file = global_page_state(NR_FILE_PAGES) -
|
|
|
+ global_page_state(NR_SHMEM);
|
|
|
|
|
|
/*
|
|
|
* If we already have a death outstanding, then
|