mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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>
This commit is contained in:
parent
1facf4c4a4
commit
8b827e1f1e
@ -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) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user