From: Weston Andros Adamson Date: Tue, 23 Oct 2012 14:43:31 +0000 (-0400) Subject: SUNRPC: remove BUG_ON from call_bc_transmit X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=8b827e1f1e46c45a4c9c389676f622e569d8a8ea;p=linux-edison.git SUNRPC: remove BUG_ON from call_bc_transmit Remove redundant BUG_ON(). Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 91314017373..a9dd1e835f7 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -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) { /*