NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking
[firefly-linux-kernel-4.4.55.git] / include / linux / nfs_fs_sb.h
index d2212432c456a3fb2b1cbe33311d6e789d518173..fc83d3d384d06585b52b0b378647ab7e44f49c77 100644 (file)
@@ -78,6 +78,9 @@ struct nfs_client {
        u32                     cl_cb_ident;    /* v4.0 callback identifier */
        const struct nfs4_minor_version_ops *cl_mvops;
 
+       /* NFSv4.0 transport blocking */
+       struct nfs4_slot_table  *cl_slot_tbl;
+
        /* The sequence id to use for the next CREATE_SESSION */
        u32                     cl_seqid;
        /* The flags used for obtaining the clientid during EXCHANGE_ID */