commit | 5e3863fd597eba8c6679de805681631b1aad9bdb | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Mar 15 13:11:36 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Mar 15 13:11:36 2019 -0400 |
tree | 86062f4751c1766e5d66a86c7bfcdbb22bff59ae | |
parent | 928d42f7d8737e1d6327e09668525f59725dabf9 [diff] |
SUNRPC: Remove redundant check for the reply length in call_decode() Now that we're using the xdr_stream functions to decode the header, the test for the minimum reply length is redundant. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>