Searched hist:d1d84c9626bb3a519863b3ffc40d347166f9fb83 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfs4proc.c | diff d1d84c9626bb3a519863b3ffc40d347166f9fb83 Thu Aug 21 14:04:31 CDT 2014 J. Bruce Fields <bfields@redhat.com> nfsd4: fix response size estimation for OP_SEQUENCE
We added this new estimator function but forgot to hook it up. The effect is that NFSv4.1 (and greater) won't do zero-copy reads.
The estimate was also wrong by 8 bytes.
Fixes: ccae70a9ee41 "nfsd4: estimate sequence response size" Cc: stable@vger.kernel.org Reported-by: Chuck Lever <chucklever@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
|