+ gfs2-dont-panic-needlessly.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     GFS2: don't panic needlessly
has been added to the -mm tree.  Its filename is
     gfs2-dont-panic-needlessly.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
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

origin.patch
git-mtd.patch
git-netdev-all.patch
gfs2-dont-panic-needlessly.patch
parisc-use-unsigned-long-flags-in-semaphore-code.patch
git-pcmcia.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux