Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206413
b: refs/heads/master
c: d6a1ed0
h: refs/heads/master
i:
  206411: 5aac564
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Aug 4, 2010
1 parent 362bfff commit 9d6d264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a17c2153d2e271b0cbacae9bed83b0eaa41db7e1
refs/heads/master: d6a1ed08c6acea647b3f2aaebe0261f079e1be49
5 changes: 3 additions & 2 deletions trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,9 @@ static void __rpc_execute(struct rpc_task *task)
void rpc_execute(struct rpc_task *task)
{
rpc_set_active(task);
rpc_set_running(task);
__rpc_execute(task);
rpc_make_runnable(task);
if (!RPC_IS_ASYNC(task))
__rpc_execute(task);
}

static void rpc_async_schedule(struct work_struct *work)
Expand Down

0 comments on commit 9d6d264

Please sign in to comment.