commit | 9ba828861c56a21d211d5d10f5643774b1ea330d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Mon Sep 16 09:12:19 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Sep 20 15:15:24 2019 -0400 |
tree | 45468b00aca4baedcad2cbbd9c6ed5fba9c0bd21 | |
parent | f925ab926d1a9c2112d34ecb59fbb050bb58646c [diff] |
SUNRPC: Don't try to parse incomplete RPC messages If the copy of the RPC reply into our buffers did not complete, and we could end up with a truncated message. In that case, just resend the call. Fixes: a0584ee9aed80 ("SUNRPC: Use struct xdr_stream when decoding...") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>