summaryrefslogtreecommitdiff
path: root/net/9p/trans_rdma.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-05-05 15:23:42 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-05-05 15:23:42 (GMT)
commit0488713c1eeff06e497e2e54ffb2795b447e8983 (patch)
tree0927652e2c4a9622ef67ac5c74555089f1754ab4 /net/9p/trans_rdma.c
parent37ecfd807b82bf547429fe1376e1fe7000ba7cff (diff)
parent1bab88b2310998de18b32529a27ea835d164254a (diff)
downloadlinux-0488713c1eeff06e497e2e54ffb2795b447e8983.tar.xz
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: net/9p: handle correctly interrupted 9P requests net/9p: return error when p9_client_stat fails net/9p: set correct stat size when sending Twstat messages
Diffstat (limited to 'net/9p/trans_rdma.c')
-rw-r--r--net/9p/trans_rdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c
index 7fa0eb2..ac49900 100644
--- a/net/9p/trans_rdma.c
+++ b/net/9p/trans_rdma.c
@@ -295,6 +295,7 @@ handle_recv(struct p9_client *client, struct p9_trans_rdma *rdma,
goto err_out;
req->rc = c->rc;
+ req->status = REQ_STATUS_RCVD;
p9_client_cb(client, req);
return;