diff options
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index b49ffe83e604..3c1ddd7f13a4 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -55,6 +55,7 @@ struct nfsd4_compound_state { | |||
55 | u32 minorversion; | 55 | u32 minorversion; |
56 | u32 status; | 56 | u32 status; |
57 | const stateid_t *current_stateid; | 57 | const stateid_t *current_stateid; |
58 | const stateid_t *save_stateid; | ||
58 | }; | 59 | }; |
59 | 60 | ||
60 | static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) | 61 | static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) |