diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2005-03-10 08:01:08 -0500 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2005-03-10 08:01:08 -0500 |
| commit | a9ed1ac1bd88f64dd111f8cf7e0b0a7142fde03b (patch) | |
| tree | 7422de207e9ac8cdb25692ba6fcbc163354ddffc /include/linux/lockd | |
| parent | af3ab931841404cb4374bc45d370f6d31419bf95 (diff) | |
[NLM] fs/lockd/clntproc.c: make 2 functions static
This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/lockd')
| -rw-r--r-- | include/linux/lockd/lockd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 1756027d3282..0d9d22578212 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h @@ -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 *); |
