]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: Use rcu_barrier() on unload.
authorJesper Dangaard Brouer <hawk@comx.dk>
Fri, 26 Jun 2009 10:45:58 +0000 (10:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 20:51:34 +0000 (13:51 -0700)
commitf416a1c946a98383695b11095e97e0773c7369e6
treeb5672242086493b45bd153607dafaf4d346d4924
parent42dded766ee41cd2302cd66d74a3e52e1b25d23e
sunrpc: Use rcu_barrier() on unload.

The sunrpc module uses rcu_call() thus it should use rcu_barrier() on
module unload.

Have not verified that the possibility for new call_rcu() callbacks
has been disabled.  As a hint for checking, the functions calling
call_rcu() (unx_destroy_cred and generic_destroy_cred) are
registered as crdestroy function pointer in struct rpc_credops.

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/sunrpc_syms.c