diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-16 12:58:36 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-26 17:49:52 -0500 |
| commit | 2b2fa71723f955d5b4a0f4edd99cf3cd69ceafd1 (patch) | |
| tree | d4ed6dc3dea4ce2530e4d98a7a36e8f1942767ad /include | |
| parent | df2fabffbace8988f3265585ec793ff9deccdea7 (diff) | |
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')
| -rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9c9b76c94b4..deb31bbbb85 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -194,8 +194,7 @@ struct nfs4_slot { | |||
| 194 | }; | 194 | }; |
| 195 | 195 | ||
| 196 | struct nfs4_sequence_args { | 196 | struct nfs4_sequence_args { |
| 197 | struct nfs4_session *sa_session; | 197 | struct nfs4_slot *sa_slot; |
| 198 | u32 sa_slotid; | ||
| 199 | u8 sa_cache_this; | 198 | u8 sa_cache_this; |
| 200 | }; | 199 | }; |
| 201 | 200 | ||
