diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 17:22:04 +0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 21:46:29 +0400 |
commit | f3752975caa716709c5ea0b0820b86111d921df4 (patch) | |
tree | 80349dd1e99683577ea4b0d264af7f8b3ded73aa /include/linux/nfs_xdr.h | |
parent | cccef3b96a4759ae0790452280c00ea505412157 (diff) | |
download | linux-f3752975caa716709c5ea0b0820b86111d921df4.tar.xz |
nfs41: nfs41: pass *session in seq_args and seq_res
To be used for getting the rpc's minorversion and for nfs41 xdr
{en,de}coding of the sequence operation.
Reset the seq session ptrs for minorversion=0 rpc calls.
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d837f10c49ef..f5675063f951 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -162,11 +162,11 @@ struct nfs4_slot { }; struct nfs4_sequence_args { - /* stub */ + struct nfs4_session *sa_session; }; struct nfs4_sequence_res { - /* stub */ + struct nfs4_session *sr_session; }; /* |