Skip to content

Commit

Permalink
NFS: make 2 functions static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
AdrianBunk authored and Trond Myklebust committed Apr 19, 2006
1 parent e99170f commit ec535ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 ec535ce

Please sign in to comment.