Commit a9ed1ac1 authored by Trond Myklebust's avatar Trond Myklebust

[NLM] fs/lockd/clntproc.c: make 2 functions static

 This patch makes two needlessly global functions static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent af3ab931
......@@ -322,7 +322,7 @@ static int nlm_wait_on_grace(wait_queue_head_t *queue)
/*
* Generic NLM call
*/
int
static int
nlmclnt_call(struct nlm_rqst *req, u32 proc)
{
struct nlm_host *host = req->a_host;
......@@ -424,7 +424,7 @@ nlmsvc_async_call(struct nlm_rqst *req, u32 proc, rpc_action callback)
return status;
}
int
static int
nlmclnt_async_call(struct nlm_rqst *req, u32 proc, rpc_action callback)
{
struct nlm_host *host = req->a_host;
......
......@@ -142,8 +142,6 @@ extern unsigned long nlmsvc_timeout;
* Lockd client functions
*/
struct nlm_rqst * nlmclnt_alloc_call(void);
int nlmclnt_call(struct nlm_rqst *, u32);
int nlmclnt_async_call(struct nlm_rqst *, u32, rpc_action);
int nlmclnt_block(struct nlm_host *, struct file_lock *, u32 *);
int nlmclnt_cancel(struct nlm_host *, struct file_lock *);
u32 nlmclnt_grant(struct nlm_lock *);
......
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