diff options
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r-- | net/sunrpc/xprt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index d5553b8179f9..96c212ddc41a 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -777,8 +777,6 @@ static void xprt_timer(struct rpc_task *task) | |||
777 | xprt->ops->timer(task); | 777 | xprt->ops->timer(task); |
778 | task->tk_status = -ETIMEDOUT; | 778 | task->tk_status = -ETIMEDOUT; |
779 | } | 779 | } |
780 | task->tk_timeout = 0; | ||
781 | rpc_wake_up_task(task); | ||
782 | spin_unlock(&xprt->transport_lock); | 780 | spin_unlock(&xprt->transport_lock); |
783 | } | 781 | } |
784 | 782 | ||