Loading block/bio-integrity.c +0 −2 Original line number Diff line number Diff line Loading @@ -513,6 +513,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"); } Loading
block/bio-integrity.c +0 −2 Original line number Diff line number Diff line Loading @@ -513,6 +513,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"); }