NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c
[deliverable/linux.git] / fs / nfs / nfs4_fs.h
index 2f6a9f9d929913fbad149f554580963d7f57f2fa..cd3e3096b60ad78f9cda46008afc535308604580 100644 (file)
@@ -249,19 +249,13 @@ extern int nfs4_setup_sequence(const struct nfs_server *server,
 extern int nfs41_setup_sequence(struct nfs4_session *session,
                struct nfs4_sequence_args *args, struct nfs4_sequence_res *res,
                struct rpc_task *task);
-extern void nfs4_destroy_session(struct nfs4_session *session);
-extern struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp);
 extern int nfs4_proc_create_session(struct nfs_client *, struct rpc_cred *);
 extern int nfs4_proc_destroy_session(struct nfs4_session *, struct rpc_cred *);
-extern int nfs4_init_session(struct nfs_server *server);
 extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
                struct nfs_fsinfo *fsinfo);
 extern int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data,
                                  bool sync);
 
-extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl,
-               u32 target_highest_slotid);
-
 static inline bool
 is_ds_only_client(struct nfs_client *clp)
 {
@@ -287,11 +281,6 @@ static inline int nfs4_setup_sequence(const struct nfs_server *server,
        return 0;
 }
 
-static inline int nfs4_init_session(struct nfs_server *server)
-{
-       return 0;
-}
-
 static inline bool
 is_ds_only_client(struct nfs_client *clp)
 {
This page took 0.038539 seconds and 5 git commands to generate.