]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - net/smc/af_smc.c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/kernel/linux.git] / net / smc / af_smc.c
index 5b6ee21368a68b4c02a5b8987a09a6d6ee613a0e..6793d7348cc811f41395c5ca3a9d1f1390813646 100644 (file)
@@ -101,7 +101,7 @@ struct proto smc_proto = {
        .unhash         = smc_unhash_sk,
        .obj_size       = sizeof(struct smc_sock),
        .h.smc_hash     = &smc_v4_hashinfo,
-       .slab_flags     = SLAB_DESTROY_BY_RCU,
+       .slab_flags     = SLAB_TYPESAFE_BY_RCU,
 };
 EXPORT_SYMBOL_GPL(smc_proto);