|
@@ -1916,7 +1916,7 @@ encode_layoutcommit(struct xdr_stream *xdr,
|
|
|
*p++ = cpu_to_be32(OP_LAYOUTCOMMIT);
|
|
|
/* Only whole file layouts */
|
|
|
p = xdr_encode_hyper(p, 0); /* offset */
|
|
|
- p = xdr_encode_hyper(p, NFS4_MAX_UINT64); /* length */
|
|
|
+ p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */
|
|
|
*p++ = cpu_to_be32(0); /* reclaim */
|
|
|
p = xdr_encode_opaque_fixed(p, args->stateid.data, NFS4_STATEID_SIZE);
|
|
|
*p++ = cpu_to_be32(1); /* newoffset = TRUE */
|