The patch titled Remove the deprecated "kmem_cache_t" typedef from slab.h. has been removed from the -mm tree. Its filename was remove-the-deprecated-kmem_cache_t-typedef-from-slabh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 git-alsa.patch git-powerpc.patch git-dvb.patch git-kbuild.patch git-kvm.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch remove-dead-references-to-module_parm-macro.patch git-watchdog.patch i386-uaccessh-replace-hard-coded-constant-with-appropriate-macro-from-kernelh.patch i386-ioapic-remove-old-irq-balancing-debug-cruft.patch i386-deactivate-the-test-for-the-dead-config_debug_page_type.patch mm-make-needlessly-global-hugetlb_no_page-static.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