aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r--net/sunrpc/clnt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 913140173739..a9dd1e835f70 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -1747,7 +1747,6 @@ call_bc_transmit(struct rpc_task *task)
1747{ 1747{
1748 struct rpc_rqst *req = task->tk_rqstp; 1748 struct rpc_rqst *req = task->tk_rqstp;
1749 1749
1750 BUG_ON(task->tk_status != 0);
1751 task->tk_status = xprt_prepare_transmit(task); 1750 task->tk_status = xprt_prepare_transmit(task);
1752 if (task->tk_status == -EAGAIN) { 1751 if (task->tk_status == -EAGAIN) {
1753 /* 1752 /*