Searched hist:eaa184a1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | protocol.c | eaa184a1 Sun Jun 07 22:11:43 CDT 2009 Jesper Dangaard Brouer <hawk@comx.dk> sctp: protocol.c call rcu_barrier() on unload.
On module unload call rcu_barrier(), this is needed as synchronize_rcu() is not strong enough. The kmem_cache_destroy() does invoke synchronize_rcu() but it does not provide same protection.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net> eaa184a1 Sun Jun 07 22:11:43 CDT 2009 Jesper Dangaard Brouer <hawk@comx.dk> sctp: protocol.c call rcu_barrier() on unload. On module unload call rcu_barrier(), this is needed as synchronize_rcu() is not strong enough. The kmem_cache_destroy() does invoke synchronize_rcu() but it does not provide same protection. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|