]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/vrf.c
vrf: don't panic on cache create failure
[karo-tx-linux.git] / drivers / net / vrf.c
index 4aa06450fafafcc3c8fb7fa128275c11ef2f3632..01dc91562a889f4e5ec6996a91b29dd76112a304 100644 (file)
@@ -649,7 +649,7 @@ static int __init vrf_init_module(void)
        vrf_dst_ops.kmem_cachep =
                kmem_cache_create("vrf_ip_dst_cache",
                                  sizeof(struct rtable), 0,
-                                 SLAB_HWCACHE_ALIGN | SLAB_PANIC,
+                                 SLAB_HWCACHE_ALIGN,
                                  NULL);
 
        if (!vrf_dst_ops.kmem_cachep)