aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2009-04-01 09:22:04 -0400
committerBenny Halevy <bhalevy@panasas.com>2009-06-17 10:46:29 -0700
commitf3752975caa716709c5ea0b0820b86111d921df4 (patch)
tree80349dd1e99683577ea4b0d264af7f8b3ded73aa /include/linux/nfs_xdr.h
parentcccef3b96a4759ae0790452280c00ea505412157 (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/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index d837f10c49e..f5675063f95 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;
};
/*