]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/nfs_xdr.h
NFSv4.1: Simplify struct nfs4_sequence_args too
[mirror_ubuntu-artful-kernel.git] / include / linux / nfs_xdr.h
index 0fd88ab0e8143156b2188accf8fac38210269e28..deb31bbbb85769397ea283927e67c574d66a36ad 100644 (file)
@@ -189,12 +189,12 @@ struct nfs4_channel_attrs {
 struct nfs4_slot {
        struct nfs4_slot_table  *table;
        unsigned long           renewal_time;
+       u32                     slot_nr;
        u32                     seq_nr;
 };
 
 struct nfs4_sequence_args {
-       struct nfs4_session     *sa_session;
-       u32                     sa_slotid;
+       struct nfs4_slot        *sa_slot;
        u8                      sa_cache_this;
 };