The patch titled svcrdma: add flush_scheduled_work to module exit function has been removed from the -mm tree. Its filename was svcrdma-add-flush_scheduled_work-to-module-exit-function.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: svcrdma: add flush_scheduled_work to module exit function From: Tom Tucker <tom@xxxxxxxxxxxxxxxxxxxxx> Make certain all transports pending free are flushed from the wq before unloading the module. Signed-off-by: Tom Tucker <tom@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/sunrpc/xprtrdma/svc_rdma.c | 1 + 1 file changed, 1 insertion(+) diff -puN net/sunrpc/xprtrdma/svc_rdma.c~svcrdma-add-flush_scheduled_work-to-module-exit-function net/sunrpc/xprtrdma/svc_rdma.c --- a/net/sunrpc/xprtrdma/svc_rdma.c~svcrdma-add-flush_scheduled_work-to-module-exit-function +++ a/net/sunrpc/xprtrdma/svc_rdma.c @@ -236,6 +236,7 @@ static ctl_table svcrdma_root_table[] = void svc_rdma_cleanup(void) { dprintk("SVCRDMA Module Removed, deregister RPC RDMA transport\n"); + flush_scheduled_work(); if (svcrdma_table_header) { unregister_sysctl_table(svcrdma_table_header); svcrdma_table_header = NULL; _ Patches currently in -mm which might be from tom@xxxxxxxxxxxxxxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html