diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index cad7efe2cb22..84eb5b4565fc 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -996,6 +996,8 @@ call_timeout(struct rpc_task *task) | |||
996 | } | 996 | } |
997 | 997 | ||
998 | dprintk("RPC: %4d call_timeout (major)\n", task->tk_pid); | 998 | dprintk("RPC: %4d call_timeout (major)\n", task->tk_pid); |
999 | task->tk_timeouts++; | ||
1000 | |||
999 | if (RPC_IS_SOFT(task)) { | 1001 | if (RPC_IS_SOFT(task)) { |
1000 | printk(KERN_NOTICE "%s: server %s not responding, timed out\n", | 1002 | printk(KERN_NOTICE "%s: server %s not responding, timed out\n", |
1001 | clnt->cl_protname, clnt->cl_server); | 1003 | clnt->cl_protname, clnt->cl_server); |