]> Git Repo - linux.git/commit
sunrpc: Use rcu_barrier() on unload.
authorJesper Dangaard Brouer <[email protected]>
Fri, 26 Jun 2009 10:45:58 +0000 (10:45 +0000)
committerDavid S. Miller <[email protected]>
Fri, 26 Jun 2009 20:51:34 +0000 (13:51 -0700)
commit75de874f5c35f679c6370fccc2bf4930e638ef3b
treeb5672242086493b45bd153607dafaf4d346d4924
parent473c22d759e73cbbe604f41105b497817cc2ee8e
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 <[email protected]>
Acked-by: Trond Myklebust <[email protected]>
Signed-off-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sunrpc/sunrpc_syms.c
This page took 0.052715 seconds and 4 git commands to generate.