[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1373879441-28327-1-git-send-email-tingw.liu@gmail.com>
Date: Mon, 15 Jul 2013 17:10:41 +0800
From: Tingwei Liu <tingw.liu@...il.com>
To: simon.derr@...l.net, tingw.liu@...il.com, netdev@...r.kernel.org,
davem@...emloft.net
Subject: [PATCH] 9P: Add cancelled to p9_rdma_trans
---
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists