From: Steve Dickson Date: Thu, 20 Mar 2014 15:23:03 +0000 (-0400) Subject: SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks X-Git-Tag: v3.15-rc1~66^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa3e2eb9db07f30a605c66d1a2fdde4b24e74d5;p=pandora-kernel.git SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks Don't schedule an rpc_delay before checking to see if the task is a SOFTCONN because the tk_callback from the delay (__rpc_atrun) clears the task status before the rpc_exit_task can be run. Signed-off-by: Steve Dickson Fixes: 561ec1603171c (SUNRPC: call_connect_status should recheck...) Link: http://lkml.kernel.org/r/5329CF7C.7090308@RedHat.com Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed