]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67c70d6457c0cc7111a68819d9610955c77a5688
tree85c2ae7f4a7f5df3cc2cbd27056ff052ae0de5e2
parent0b068d4df27ce99c4c944a3786ae5d4332b9b13e
Avoid double memclear() in SLOB/SLUB

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>
mm/slob.c
mm/slub.c