Commit ec535ce1 authored by Adrian Bunk's avatar Adrian Bunk Committed by Trond Myklebust

NFS: make 2 functions static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent e99170ff
...@@ -650,7 +650,7 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data) ...@@ -650,7 +650,7 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data)
svc_wake_up(block->b_daemon); svc_wake_up(block->b_daemon);
} }
void nlmsvc_grant_release(void *data) static void nlmsvc_grant_release(void *data)
{ {
struct nlm_rqst *call = data; struct nlm_rqst *call = data;
......
...@@ -176,7 +176,8 @@ void rpc_count_iostats(struct rpc_task *task) ...@@ -176,7 +176,8 @@ void rpc_count_iostats(struct rpc_task *task)
op_metrics->om_execute += execute; 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) if (procs[op].p_name)
seq_printf(seq, "\t%12s: ", procs[op].p_name); seq_printf(seq, "\t%12s: ", procs[op].p_name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment