diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-11-04 10:49:37 -0500 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-11-30 14:46:43 -0500 |
commit | e8febea7190bcbd1e608093acb67f2a5009556aa (patch) | |
tree | 1600f98048ba209a0abdae99216b2d1cf3bb009d /fs/nfsd/xdr4.h | |
parent | f49e4b4d58cc835d8bd0cc9663f7b9c5497e0e7e (diff) |
NFSD: Replace READ* macros in nfsd4_decode_copy()
Signed-off-by: Chuck Lever <chuck.lever@oracle.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 232529bc1b79..facc5762bf83 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -554,7 +554,7 @@ struct nfsd4_copy { bool cp_intra; /* both */ - bool cp_synchronous; + u32 cp_synchronous; /* response */ struct nfsd42_write_res cp_res; |