commit | d5d5c304b13bc3cade13b8a1b5833c8b3a0975f1 | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Wed Jul 09 21:51:27 2014 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Jul 11 15:19:25 2014 -0400 |
tree | 702bde6d9f9810740dd7fe6e63726aedfbe33ac3 | |
parent | 35e634b83cbe23e5673289d1536752968aab8f75 [diff] |
NFSD: Fix bad checking of space for padding in splice read Note that the caller has already reserved space for count and eof, so xdr->p has already moved past them, only the padding remains. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Fixes dc97618ddd (nfsd4: separate splice and readv cases) Signed-off-by: J. Bruce Fields <bfields@redhat.com>