commit | 8b827e1f1e46c45a4c9c389676f622e569d8a8ea | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@netapp.com> | Tue Oct 23 10:43:31 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Nov 04 14:43:40 2012 -0500 |
tree | 9aff84b139bbe5b825f16a974bc1382bcf9ab016 | |
parent | 1facf4c4a486d515759edc0b2ece927942dd8167 [diff] |
SUNRPC: remove BUG_ON from call_bc_transmit Remove redundant BUG_ON(). Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 9131401..a9dd1e8 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c
@@ -1747,7 +1747,6 @@ { 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) { /*