commit | 9734ad57b0f1a367fd3a00d717f97f8c00d9edb7 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Mar 15 12:47:34 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Mar 15 13:06:21 2019 -0400 |
tree | 2990623cbed5edec300f54d2e46184f7c95be2ca | |
parent | 400417b05f3ec0531544ca5f94e64d838d8b8849 [diff] |
SUNRPC: Fix a client regression when handling oversized replies If the server sends a reply that is larger than the pre-allocated buffer, then the current code may fail to register how much of the stream that it has finished reading. This again can lead to hangs. Fixes: e92053a52e68 ("SUNRPC: Handle zero length fragments correctly") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>