diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index fc89e5ed07ee..c9c4d9855976 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -2492,7 +2492,7 @@ static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr, | |||
2492 | encode_compound_hdr(xdr, req, &hdr); | 2492 | encode_compound_hdr(xdr, req, &hdr); |
2493 | encode_sequence(xdr, &args->seq_args, &hdr); | 2493 | encode_sequence(xdr, &args->seq_args, &hdr); |
2494 | encode_putfh(xdr, args->fh, &hdr); | 2494 | encode_putfh(xdr, args->fh, &hdr); |
2495 | replen = hdr.replen + op_decode_hdr_maxsz + 1; | 2495 | replen = hdr.replen + op_decode_hdr_maxsz; |
2496 | encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr); | 2496 | encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr); |
2497 | 2497 | ||
2498 | xdr_inline_pages(&req->rq_rcv_buf, replen << 2, | 2498 | xdr_inline_pages(&req->rq_rcv_buf, replen << 2, |