Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19466
b: refs/heads/master
c: 99acf04
h: refs/heads/master
v: v3
  • Loading branch information
Martin Waitz authored and Linus Torvalds committed Feb 1, 2006
1 parent a09365f commit eef8f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 9598f91f2216ba51fef472a7fc3074a0c8429a96
refs/heads/master: 99acf0442111cc452ac1b93868dde8f6ff37a989
9 changes: 5 additions & 4 deletions trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,10 +908,10 @@ void rpc_release_task(struct rpc_task *task)

/**
* rpc_run_task - Allocate a new RPC task, then run rpc_execute against it
* @clnt - pointer to RPC client
* @flags - RPC flags
* @ops - RPC call ops
* @data - user call data
* @clnt: pointer to RPC client
* @flags: RPC flags
* @ops: RPC call ops
* @data: user call data
*/
struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags,
const struct rpc_call_ops *ops,
Expand All @@ -930,6 +930,7 @@ EXPORT_SYMBOL(rpc_run_task);
/**
* rpc_find_parent - find the parent of a child task.
* @child: child task
* @parent: parent task
*
* Checks that the parent task is still sleeping on the
* queue 'childq'. If so returns a pointer to the parent.
Expand Down

0 comments on commit eef8f4b

Please sign in to comment.