]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
nfsd: share some function prototypes
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 12 Jun 2012 20:06:29 +0000 (16:06 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 10 Jul 2012 20:41:35 +0000 (16:41 -0400)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsd.h

index 1671429ffa66fa1db509fbb212a09ad80d49efa8..6d425c2f9fcd004876400c41ada93275afd091ef 100644 (file)
@@ -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