commit | 2b2fa71723f955d5b4a0f4edd99cf3cd69ceafd1 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Nov 16 12:58:36 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Nov 26 17:49:52 2012 -0500 |
tree | d4ed6dc3dea4ce2530e4d98a7a36e8f1942767ad | |
parent | df2fabffbace8988f3265585ec793ff9deccdea7 [diff] [blame] |
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>
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9c9b76c..deb31bb 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h
@@ -194,8 +194,7 @@ }; struct nfs4_sequence_args { - struct nfs4_session *sa_session; - u32 sa_slotid; + struct nfs4_slot *sa_slot; u8 sa_cache_this; };