Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
Commit ae46141 (NFSv3: Fix posix ACL code) introduces a bug in the calculation of the XDR header iovec. In the case where we are inlining the acls, we need to adjust the length of the iovec req->rq_svec, in addition to adjusting the total buffer length. Tested-by: Leonardo Chiquitto <[email protected]> Tested-by: Suresh Jayaraman <[email protected]> Signed-off-by: Trond Myklebust <[email protected]> Cc: [email protected] Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information