NFSD: Replace READ* macros in nfsd4_decode_delegreturn()
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
000dfa18b3
commit
95e6482ced
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ nfsd4_decode_create(struct nfsd4_compoundargs *argp, struct nfsd4_create *create
|
|||
static inline __be32
|
||||
nfsd4_decode_delegreturn(struct nfsd4_compoundargs *argp, struct nfsd4_delegreturn *dr)
|
||||
{
|
||||
return nfsd4_decode_stateid(argp, &dr->dr_stateid);
|
||||
return nfsd4_decode_stateid4(argp, &dr->dr_stateid);
|
||||
}
|
||||
|
||||
static inline __be32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue