Avoid double memclear() in SLOB/SLUB
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 9 Dec 2007 18:14:36 +0000 (10:14 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 9 Dec 2007 18:17:52 +0000 (10:17 -0800)
Both slob and slub react to __GFP_ZERO by clearing the allocation, which
means that passing the GFP_ZERO bit down to the page allocator is just
wasteful and pointless.

Acked-by: Matt Mackall <mpm@selenic.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found