commit | 8c3ad9cb7343dc5f61b8cf3cdbe1016c5e7c2c8b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 09 15:03:26 2015 +0200 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Oct 09 16:11:40 2015 -0400 |
tree | 3da3578adea31cc917590e79499b4349eb03e741 | |
parent | c91aed9896946721bb30705ea2904edb3725dd61 [diff] |
nfsd/blocklayout: accept any minlength Recent Linux clients have started to send GETLAYOUT requests with minlength less than blocksize. Servers aren't really allowed to impose this kind of restriction on layouts; see RFC 5661 section 18.43.3 for details. This has been observed to cause indefinite hangs on fsx runs on some clients. Cc: stable@vger.kernel.org Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>