Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79596
b: refs/heads/master
c: 47fe064
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jan 30, 2008
1 parent caee501 commit fa80c2a
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 0773769191d943358a8392fa86abd756d004c4b6
refs/heads/master: 47fe064831a2a949f6c1e0086f61a105e99ea867
1 change: 0 additions & 1 deletion trunk/include/linux/sunrpc/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ struct rpc_wait_queue {
*/
struct rpc_task *rpc_new_task(const struct rpc_task_setup *);
struct rpc_task *rpc_run_task(const struct rpc_task_setup *);
void rpc_init_task(struct rpc_task *task, const struct rpc_task_setup *);
void rpc_put_task(struct rpc_task *);
void rpc_exit_task(struct rpc_task *);
void rpc_release_calldata(const struct rpc_call_ops *, void *);
Expand Down
4 changes: 1 addition & 3 deletions trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ void rpc_execute(struct rpc_task *task)
rpc_set_running(task);
__rpc_execute(task);
}
EXPORT_SYMBOL_GPL(rpc_execute);

static void rpc_async_schedule(struct work_struct *work)
{
Expand Down Expand Up @@ -815,7 +814,7 @@ EXPORT_SYMBOL_GPL(rpc_free);
/*
* Creation and deletion of RPC task structures
*/
void rpc_init_task(struct rpc_task *task, const struct rpc_task_setup *task_setup_data)
static void rpc_init_task(struct rpc_task *task, const struct rpc_task_setup *task_setup_data)
{
memset(task, 0, sizeof(*task));
setup_timer(&task->tk_timer, (void (*)(unsigned long))rpc_run_timer,
Expand Down Expand Up @@ -865,7 +864,6 @@ void rpc_init_task(struct rpc_task *task, const struct rpc_task_setup *task_setu
dprintk("RPC: new task initialized, procpid %u\n",
task_pid_nr(current));
}
EXPORT_SYMBOL_GPL(rpc_init_task);

static struct rpc_task *
rpc_alloc_task(void)
Expand Down

0 comments on commit fa80c2a

Please sign in to comment.