[PATCH] bio-integrity: remove the needless fail handle of bip_slab creating

From: Gu Zheng
Date: Mon Jul 07 2014 - 06:18:25 EST


bip_slab is created with SLAB_PANIC, so the fail handle is needless,
remove it.

Signed-off-by: Gu Zheng <guz.fnst@xxxxxxxxxxxxxx>
---
block/bio-integrity.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/block/bio-integrity.c b/block/bio-integrity.c
index 9e24106..56754c4 100644
--- a/block/bio-integrity.c
+++ b/block/bio-integrity.c
@@ -652,6 +652,4 @@ void __init bio_integrity_init(void)
sizeof(struct bio_integrity_payload) +
sizeof(struct bio_vec) * BIP_INLINE_VECS,
0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
- if (!bip_slab)
- panic("Failed to create slab\n");
}
--
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/