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 502dd43634f9..ce8c59196b4e 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -229,6 +229,7 @@ struct nfsd4_open { | |||
229 | int op_truncate; /* used during processing */ | 229 | int op_truncate; /* used during processing */ |
230 | struct nfs4_openowner *op_openowner; /* used during processing */ | 230 | struct nfs4_openowner *op_openowner; /* used during processing */ |
231 | struct nfs4_file *op_file; /* used during processing */ | 231 | struct nfs4_file *op_file; /* used during processing */ |
232 | struct nfs4_ol_stateid *op_stp; /* used during processing */ | ||
232 | struct nfs4_acl *op_acl; | 233 | struct nfs4_acl *op_acl; |
233 | }; | 234 | }; |
234 | #define op_iattr iattr | 235 | #define op_iattr iattr |