Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26027
b: refs/heads/master
c: ec535ce
h: refs/heads/master
i:
  26025: fcebb05
  26023: 9fa6202
v: v3
  • Loading branch information
Adrian Bunk authored and Trond Myklebust committed Apr 19, 2006
1 parent 687f3de commit ffd72d9
Show file tree
Hide file tree
Showing 3 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: e99170ff3b799a9fd43d538932a9231fac1de9d4
refs/heads/master: ec535ce154f2eaad3d97f2f20a76a6d8bdac33e5
2 changes: 1 addition & 1 deletion trunk/fs/lockd/svclock.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data)
svc_wake_up(block->b_daemon);
}

void nlmsvc_grant_release(void *data)
static void nlmsvc_grant_release(void *data)
{
struct nlm_rqst *call = data;

Expand Down
3 changes: 2 additions & 1 deletion trunk/net/sunrpc/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ void rpc_count_iostats(struct rpc_task *task)
op_metrics->om_execute += execute;
}

void _print_name(struct seq_file *seq, unsigned int op, struct rpc_procinfo *procs)
static void _print_name(struct seq_file *seq, unsigned int op,
struct rpc_procinfo *procs)
{
if (procs[op].p_name)
seq_printf(seq, "\t%12s: ", procs[op].p_name);
Expand Down

0 comments on commit ffd72d9

Please sign in to comment.