From: Trond Myklebust Date: Wed, 25 Sep 2013 15:31:54 +0000 (-0400) Subject: SUNRPC: Don't set the request connect_cookie until a successful transmit X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6605213040dd2fb479f0d1a9a87a1d7fa70904;p=pandora-kernel.git 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 --- Reading git-diff-tree failed