From: Benjamin Coddington Date: Tue, 23 Sep 2014 16:26:19 +0000 (-0400) Subject: SUNRPC: Don't wake tasks during connection abort X-Git-Tag: fixes-for-v3.18-merge-window~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a743419f420a64d442280845c0377a915b76644f;p=pandora-kernel.git SUNRPC: Don't wake tasks during connection abort When aborting a connection to preserve source ports, don't wake the task in xs_error_report. This allows tasks with RPC_TASK_SOFTCONN to succeed if the connection needs to be re-established since it preserves the task's status instead of setting it to the status of the aborting kernel_connect(). This may also avoid a potential conflict on the socket's lock. Signed-off-by: Benjamin Coddington Cc: stable@vger.kernel.org # 3.14+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed