bio-integrity: remove the needless fail handle of bip_slab creating
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Mon, 13 Oct 2014 21:07:27 +0000 (14:07 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 13 Oct 2014 21:09:38 +0000 (15:09 -0600)
commitb65c7491cb865577e83e6b7fae2aa2f4ea457c38
tree772f1d682e372085720efb96264536088f39fd7e
parent7b2b10e0e2c65ebc11314e1af9924d0824ec1562
bio-integrity: remove the needless fail handle of bip_slab creating

bip_slab is created with SLAB_PANIC, so the fail handler is unneeded.

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/bio-integrity.c