aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-11-16 12:58:36 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-11-26 17:49:52 -0500
commit2b2fa71723f955d5b4a0f4edd99cf3cd69ceafd1 (patch)
treed4ed6dc3dea4ce2530e4d98a7a36e8f1942767ad /include/linux/nfs_xdr.h
parentNFSv4.1: Label each entry in the session slot tables with its slot number (diff)
downloadlinux-dev-2b2fa71723f955d5b4a0f4edd99cf3cd69ceafd1.tar.xz
linux-dev-2b2fa71723f955d5b4a0f4edd99cf3cd69ceafd1.zip
NFSv4.1: Simplify struct nfs4_sequence_args too
Replace the session pointer + slotid with a pointer to the allocated slot. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 9c9b76c94b46..deb31bbbb857 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -194,8 +194,7 @@ struct nfs4_slot {
};
struct nfs4_sequence_args {
- struct nfs4_session *sa_session;
- u32 sa_slotid;
+ struct nfs4_slot *sa_slot;
u8 sa_cache_this;
};