Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b827e1f authored by Weston Andros Adamson's avatar Weston Andros Adamson Committed by Trond Myklebust
Browse files

SUNRPC: remove BUG_ON from call_bc_transmit



Remove redundant BUG_ON().

Signed-off-by: default avatarWeston Andros Adamson <dros@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 1facf4c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1747,7 +1747,6 @@ call_bc_transmit(struct rpc_task *task)
{
	struct rpc_rqst *req = task->tk_rqstp;

	BUG_ON(task->tk_status != 0);
	task->tk_status = xprt_prepare_transmit(task);
	if (task->tk_status == -EAGAIN) {
		/*