Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea3061d2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

slub: list_locations() can use GFP_TEMPORARY



It's a short-lived allocation.

Cc: Christoph Lameter <clameter@sgi.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 42a9fdbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3285,7 +3285,7 @@ static int list_locations(struct kmem_cache *s, char *buf,
	int node;

	if (!alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location),
			GFP_KERNEL))
			GFP_TEMPORARY))
		return sprintf(buf, "Out of memory\n");

	/* Push back cpu slabs */