git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b530e25
)
9P/RDMA: Improve error handling in rdma_request
author
Simon Derr
<simon.derr@bull.net>
Fri, 21 Jun 2013 13:32:41 +0000
(15:32 +0200)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Mon, 8 Jul 2013 03:02:29 +0000
(22:02 -0500)
Most importantly:
- do not free the recv context (rpl_context) after a successful post_recv()
- but do free the send context (c) after a failed send.
Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
No differences found