commit | d1d84c9626bb3a519863b3ffc40d347166f9fb83 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Aug 21 15:04:31 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 21 09:10:50 2014 -0400 |
tree | 571a9c4c92e3e5ca1ffd8e12d888ea991928fcd1 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
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>