diff options
author | Christoph Lameter <[email protected]> | 2007-12-17 16:20:27 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-12-17 19:28:17 -0800 |
commit | 3811dbf67162bd08412f1b0e02e554f353e93bdb (patch) | |
tree | eacc81b9fdc23d7b51ab07fccbfe7950563a1de9 /fs/jbd2/commit.c | |
parent | 087ee8d5bec1aa6d0a1dfe3067c7298375462ceb (diff) |
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 7fd272550bd43cc1d7289ef0ab2fa50de137e767.
Cc: Matt Mackall <[email protected]>
Reviewed-by: Pekka Enberg <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions