提交 b6e9c713 编写于 作者: T Trond Myklebust

SUNRPC: Don't call xprt_release() if call_allocate fails

It completely fouls up the RPC call statistics, and serves no useful
purpose.
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 2199700f
...@@ -846,8 +846,7 @@ call_allocate(struct rpc_task *task) ...@@ -846,8 +846,7 @@ call_allocate(struct rpc_task *task)
dprintk("RPC: %5u rpc_buffer allocation failed\n", task->tk_pid); dprintk("RPC: %5u rpc_buffer allocation failed\n", task->tk_pid);
if (RPC_IS_ASYNC(task) || !signalled()) { if (RPC_IS_ASYNC(task) || !signalled()) {
xprt_release(task); task->tk_action = call_allocate;
task->tk_action = call_reserve;
rpc_delay(task, HZ>>4); rpc_delay(task, HZ>>4);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册