Commit 7f2e7dc0 authored by J. Bruce Fields's avatar J. Bruce Fields

nfsd: share some function prototypes

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent d91d0b56
......@@ -72,6 +72,8 @@ int nfsd_nrthreads(void);
int nfsd_nrpools(void);
int nfsd_get_nrthreads(int n, int *);
int nfsd_set_nrthreads(int n, int *);
int nfsd_pool_stats_open(struct inode *, struct file *);
int nfsd_pool_stats_release(struct inode *, struct file *);
#if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL)
#ifdef CONFIG_NFSD_V2_ACL
......
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