diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:22:04 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 13:46:29 -0400 |
commit | f3752975caa716709c5ea0b0820b86111d921df4 (patch) | |
tree | 80349dd1e99683577ea4b0d264af7f8b3ded73aa /include/linux | |
parent | cccef3b96a4759ae0790452280c00ea505412157 (diff) |
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')
-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 { | |||
162 | }; | 162 | }; |
163 | 163 | ||
164 | struct nfs4_sequence_args { | 164 | struct nfs4_sequence_args { |
165 | /* stub */ | 165 | struct nfs4_session *sa_session; |
166 | }; | 166 | }; |
167 | 167 | ||
168 | struct nfs4_sequence_res { | 168 | struct nfs4_sequence_res { |
169 | /* stub */ | 169 | struct nfs4_session *sr_session; |
170 | }; | 170 | }; |
171 | 171 | ||
172 | /* | 172 | /* |