The patch titled Remove the deprecated "kmem_cache_t" typedef from slab.h. has been added to the -mm tree. Its filename is remove-the-deprecated-kmem_cache_t-typedef-from-slabh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Remove the deprecated "kmem_cache_t" typedef from slab.h. From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Given that there is no remaining usage of the deprecated kmem_cache_t typedef anywhere in the tree, remove that typedef. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Acked-by: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/slab.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/linux/slab.h~remove-the-deprecated-kmem_cache_t-typedef-from-slabh include/linux/slab.h --- a/include/linux/slab.h~remove-the-deprecated-kmem_cache_t-typedef-from-slabh +++ a/include/linux/slab.h @@ -14,8 +14,6 @@ #include <linux/gfp.h> #include <linux/types.h> -typedef struct kmem_cache kmem_cache_t __deprecated; - /* * Flags to pass to kmem_cache_create(). * The ones marked DEBUG are only valid if CONFIG_SLAB_DEBUG is set. _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch remove-unused-header-file-arch-arm-mach-s3c2410-basth.patch git-ieee1394.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch documentation-fix-the-explanation-of-kconfig-files.patch remove-the-deprecated-kmem_cache_t-typedef-from-slabh.patch remove-unnecessary-includes-of-spinlockh-under-include-linux.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html