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:
8b71798
)
SUNRPC: Don't set the request connect_cookie until a successful transmit
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 25 Sep 2013 15:31:54 +0000
(11:31 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 1 Oct 2013 22:22:10 +0000
(18:22 -0400)
We're using the request connect_cookie to track whether or not a
request was successfully transmitted on the current transport
connection or not. For that reason we should ensure that it is
only set after we've successfully transmitted the request.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found