NFSD: add encoding of op_recall flag for write delegation
commit 58f5d89400 upstream.
Modified nfsd4_encode_open to encode the op_recall flag properly
for OPEN result with write delegation granted.
Signed-off-by: Dai Ngo <dai.ngo@oracle.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8d36cb6d1a
commit
8482ac2e5a
+1
-1
@@ -3705,7 +3705,7 @@ nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_op
|
|||||||
p = xdr_reserve_space(xdr, 32);
|
p = xdr_reserve_space(xdr, 32);
|
||||||
if (!p)
|
if (!p)
|
||||||
return nfserr_resource;
|
return nfserr_resource;
|
||||||
*p++ = cpu_to_be32(0);
|
*p++ = cpu_to_be32(open->op_recall);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO: space_limit's in delegations
|
* TODO: space_limit's in delegations
|
||||||
|
|||||||
Reference in New Issue
Block a user