diff options
| -rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3285,7 +3285,7 @@ static int list_locations(struct kmem_cache *s, char *buf, | |||
| 3285 | int node; | 3285 | int node; |
| 3286 | 3286 | ||
| 3287 | if (!alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location), | 3287 | if (!alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location), |
| 3288 | GFP_KERNEL)) | 3288 | GFP_TEMPORARY)) |
| 3289 | return sprintf(buf, "Out of memory\n"); | 3289 | return sprintf(buf, "Out of memory\n"); |
| 3290 | 3290 | ||
| 3291 | /* Push back cpu slabs */ | 3291 | /* Push back cpu slabs */ |
