]> git.baikalelectronics.ru Git - kernel.git/commit
SLUB: remove useless masking of GFP_ZERO
authorChristoph Lameter <clameter@sgi.com>
Tue, 18 Dec 2007 00:20:27 +0000 (16:20 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 18 Dec 2007 03:28:17 +0000 (19:28 -0800)
commit0f9e4d78cb6a32d568c9a2196007e72ab5698268
treeeacc81b9fdc23d7b51ab07fccbfe7950563a1de9
parent2b8d3afc8f44659aa20518f562fd17e63f75a784
SLUB: remove useless masking of GFP_ZERO

Remove a recently added useless masking of GFP_ZERO.  GFP_ZERO is already
masked out in new_slab() (See how it calls allocate_slab).  No need to do
it twice.

This reverts the SLUB parts of 67c70d6457c0cc7111a68819d9610955c77a5688.

Cc: Matt Mackall <mpm@selenic.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c