netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 9P: Add cancelled to p9_rdma_trans
@ 2013-07-15  9:10 Tingwei Liu
  0 siblings, 0 replies; only message in thread
From: Tingwei Liu @ 2013-07-15  9:10 UTC (permalink / raw)
  To: simon.derr, tingw.liu, netdev, davem

---
 net/9p/trans_rdma.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c
index 928f2bb..0c42b1c 100644
--- a/net/9p/trans_rdma.c
+++ b/net/9p/trans_rdma.c
@@ -732,6 +732,7 @@ static struct p9_trans_module p9_rdma_trans = {
 	.close = rdma_close,
 	.request = rdma_request,
 	.cancel = rdma_cancel,
+	.cancelled = rdma_cancelled,
 };
 
 /**
-- 
1.6.0.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-15  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15  9:10 [PATCH] 9P: Add cancelled to p9_rdma_trans Tingwei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).