SMTP: relay.corp.sgi.com From: Christoph Lameter #To: Christoph Lameter To: akpm@osdl.org #To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org Cc: Pekka Enberg #Cc: Manfred Spraul Subject: [PATCH 0/8] Slab: Remove GFP_XX aliases from slab.h File: overview Subject: [PATCH 1/8] Get rid of SLAB_NO_GROW File: slab_no_grow_to_gfp_no_grow Subject: [PATCH 2/8] Get rid of SLAB_LEVEL_MASK File: slab_level_mask_to_gfp_level_mask Subject: [PATCH 3/8] Get rid of SLAB_NOIO File: slab_noio_to_gfp_noio Subject: [PATCH 4/8] Get rid of SLAB_NOFS File: slab_nofs_to_gfp_nofs Subject: [PATCH 5/8] Get rid of SLAB_USER File: slab_user_to_gfp_user Subject: [PATCH 6/8] Get rid of SLAB_ATOMIC File: slab_atomic_to_gfp_atomic Subject: [PATCH 7/8] Get rid of SLAB_KERNEL File: slab_kernel_to_gfp_kernel Subject: [PATCH 8/8] Get rid of SLAB_DMA File: slab_dma_to_gfp_dma