diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-06-12 16:06:29 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-07-10 16:41:35 -0400 |
commit | 7f2e7dc0fdd9f124da43d1bd12adcebf92bedf16 (patch) | |
tree | 400d4c12bc48f803982a2ae1f13972bac1ac24bf /fs/nfsd/nfsd.h | |
parent | d91d0b569044ab366895d587d4811b154dd7d7f5 (diff) | |
download | op-kernel-dev-7f2e7dc0fdd9f124da43d1bd12adcebf92bedf16.zip op-kernel-dev-7f2e7dc0fdd9f124da43d1bd12adcebf92bedf16.tar.gz |
nfsd: share some function prototypes
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfsd.h')
-rw-r--r-- | fs/nfsd/nfsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h index 1671429..6d425c2 100644 --- a/fs/nfsd/nfsd.h +++ b/fs/nfsd/nfsd.h @@ -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 |