diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-07-30 23:33:59 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-07 09:45:49 -0400 |
commit | fe0750e5c43189adb6e6fc59837af7d5a588f413 (patch) | |
tree | 88c5afe7a955f1e55e305639a4d6031237542b8d /fs/nfsd/xdr4.h | |
parent | f4dee24cca98739a4190a00fa014cd1b7e2581a4 (diff) |
nfsd4: split stateowners into open and lockowners
The stateowner has some fields that only make sense for openowners, and
some that only make sense for lockowners, and I find it a lot clearer if
those are separated out.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 27a3dfab96a9..f95a72482064 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -227,7 +227,7 @@ struct nfsd4_open { | |||
227 | struct nfsd4_change_info op_cinfo; /* response */ | 227 | struct nfsd4_change_info op_cinfo; /* response */ |
228 | u32 op_rflags; /* response */ | 228 | u32 op_rflags; /* response */ |
229 | int op_truncate; /* used during processing */ | 229 | int op_truncate; /* used during processing */ |
230 | struct nfs4_stateowner *op_stateowner; /* used during processing */ | 230 | struct nfs4_openowner *op_openowner; /* used during processing */ |
231 | struct nfs4_acl *op_acl; | 231 | struct nfs4_acl *op_acl; |
232 | }; | 232 | }; |
233 | #define op_iattr iattr | 233 | #define op_iattr iattr |