diff --git a/[refs] b/[refs] index c10ec5747eb8..7221e8db12dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0add3e8567a42b8137e26c0595a59f893d8592e0 +refs/heads/master: cac5d07e3ca696dcacfb123553cf6c722111cfd3 diff --git a/trunk/net/sunrpc/clnt.c b/trunk/net/sunrpc/clnt.c index f56f045778ae..aaf70aa65904 100644 --- a/trunk/net/sunrpc/clnt.c +++ b/trunk/net/sunrpc/clnt.c @@ -1844,12 +1844,13 @@ call_timeout(struct rpc_task *task) return; } if (RPC_IS_SOFT(task)) { - if (clnt->cl_chatty) + if (clnt->cl_chatty) { rcu_read_lock(); printk(KERN_NOTICE "%s: server %s not responding, timed out\n", clnt->cl_protname, rcu_dereference(clnt->cl_xprt)->servername); rcu_read_unlock(); + } if (task->tk_flags & RPC_TASK_TIMEOUT) rpc_exit(task, -ETIMEDOUT); else