Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346548
b: refs/heads/master
c: 9a6478f
h: refs/heads/master
v: v3
  • Loading branch information
Weston Andros Adamson authored and Trond Myklebust committed Nov 4, 2012
1 parent 73b5289 commit 671ca2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 922eeac30d8456b8e4462cfb94ddbb6846790ad4
refs/heads/master: 9a6478f6cccbd15af30f02368e68b47390360485
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ struct rpc_task *rpc_run_bc_task(struct rpc_rqst *req,

task->tk_action = call_bc_transmit;
atomic_inc(&task->tk_count);
BUG_ON(atomic_read(&task->tk_count) != 2);
WARN_ON_ONCE(atomic_read(&task->tk_count) != 2);
rpc_execute(task);

out:
Expand Down

0 comments on commit 671ca2b

Please sign in to comment.