Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[linux-2.6-microblaze.git] / fs / nfsd / nfsd.h
index 8bdc37a..14dbfa7 100644 (file)
@@ -93,13 +93,12 @@ int         nfsd_get_nrthreads(int n, int *, struct net *);
 int            nfsd_set_nrthreads(int n, int *, struct net *);
 int            nfsd_pool_stats_open(struct inode *, struct file *);
 int            nfsd_pool_stats_release(struct inode *, struct file *);
+void           nfsd_shutdown_threads(struct net *net);
 
 void           nfsd_destroy(struct net *net);
 
 bool           i_am_nfsd(void);
 
-int get_nfsdfs(struct net *);
-
 struct nfsdfs_client {
        struct kref cl_ref;
        void (*cl_release)(struct kref *kref);
@@ -107,7 +106,9 @@ struct nfsdfs_client {
 
 struct nfsdfs_client *get_nfsdfs_client(struct inode *);
 struct dentry *nfsd_client_mkdir(struct nfsd_net *nn,
-               struct nfsdfs_client *ncl, u32 id, const struct tree_descr *);
+                                struct nfsdfs_client *ncl, u32 id,
+                                const struct tree_descr *,
+                                struct dentry **fdentries);
 void nfsd_client_rmdir(struct dentry *dentry);