The patch titled GFS2: don't panic needlessly has been removed from the -mm tree. Its filename was gfs2-dont-panic-needlessly.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: GFS2: don't panic needlessly From: Alexey Dobriyan <adobriyan@xxxxxxxxx> First, SLAB_PANIC is unjustified. Second, all error propagating and backing out is in place. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/gfs2/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN fs/gfs2/main.c~gfs2-dont-panic-needlessly fs/gfs2/main.c --- a/fs/gfs2/main.c~gfs2-dont-panic-needlessly +++ a/fs/gfs2/main.c @@ -84,8 +84,8 @@ static int __init init_gfs2_fs(void) gfs2_inode_cachep = kmem_cache_create("gfs2_inode", sizeof(struct gfs2_inode), - 0, (SLAB_RECLAIM_ACCOUNT| - SLAB_PANIC|SLAB_MEM_SPREAD), + 0, SLAB_RECLAIM_ACCOUNT| + SLAB_MEM_SPREAD, gfs2_init_inode_once, NULL); if (!gfs2_inode_cachep) goto fail; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are git-gfs2.patch git-ieee1394.patch git-mtd.patch git-netdev-all.patch parisc-use-unsigned-long-flags-in-semaphore-code.patch megaraid-fix-warnings-when-config_proc_fs=n.patch paride-rename-pi_register-and-pi_unregister.patch paride_register-shuffle-return-values.patch enforce-unsigned-long-flags-when-spinlocking.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