commit | 0a6605213040dd2fb479f0d1a9a87a1d7fa70904 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Sep 25 11:31:54 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 01 18:22:10 2013 -0400 |
tree | 9789e9f922284855e1254f21fb84b6d1f8e95b09 | |
parent | 8b71798c0d389d4cadc884fc7d68c61ee8cd4f45 [diff] |
SUNRPC: Don't set the request connect_cookie until a successful transmit 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>