aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma.c
diff options
context:
space:
mode:
authorTom Tucker <tom@opengridcomputing.com>2008-05-28 14:57:05 -0400
committerTom Tucker <tom@opengridcomputing.com>2008-07-02 16:02:00 -0400
commit902a94e0889be1f9fcefc0e1b602b06136e01812 (patch)
tree68212c3fbc1103e2174e3a2b79c0ade1bba6f251 /net/sunrpc/xprtrdma/svc_rdma.c
parent36ef25e464dbc5820c22a9b2f619b787eda594df (diff)
svcrdma: Add flush_scheduled_work to module exit function
Make certain all transports pending free are flushed from the wq before unloading the module. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/svc_rdma.c')
-rw-r--r--net/sunrpc/xprtrdma/svc_rdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma.c b/net/sunrpc/xprtrdma/svc_rdma.c
index 171f2053e90..527acfd3828 100644
--- a/net/sunrpc/xprtrdma/svc_rdma.c
+++ b/net/sunrpc/xprtrdma/svc_rdma.c
@@ -239,6 +239,7 @@ static ctl_table svcrdma_root_table[] = {
239void svc_rdma_cleanup(void) 239void svc_rdma_cleanup(void)
240{ 240{
241 dprintk("SVCRDMA Module Removed, deregister RPC RDMA transport\n"); 241 dprintk("SVCRDMA Module Removed, deregister RPC RDMA transport\n");
242 flush_scheduled_work();
242 if (svcrdma_table_header) { 243 if (svcrdma_table_header) {
243 unregister_sysctl_table(svcrdma_table_header); 244 unregister_sysctl_table(svcrdma_table_header);
244 svcrdma_table_header = NULL; 245 svcrdma_table_header = NULL;