Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346566
b: refs/heads/master
c: f50ad42
h: refs/heads/master
v: v3
  • Loading branch information
Weston Andros Adamson authored and Trond Myklebust committed Nov 4, 2012
1 parent 78b4839 commit c8c2e53
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: 0af39507f60ee9f98b20f24af09c1a60655417ac
refs/heads/master: f50ad42837eb874c1a0cd7cca2001364b06f7ac4
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static void __rpc_sleep_on_priority(struct rpc_wait_queue *q,

__rpc_add_wait_queue(q, task, queue_priority);

BUG_ON(task->tk_callback != NULL);
WARN_ON_ONCE(task->tk_callback != NULL);
task->tk_callback = action;
__rpc_add_timer(q, task);
}
Expand Down

0 comments on commit c8c2e53

Please sign in to comment.