OSDN Git Service

SUNRPC: Remove redundant check for the reply length in call_decode()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 15 Mar 2019 17:11:36 +0000 (13:11 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 15 Mar 2019 17:11:36 +0000 (13:11 -0400)
commit5e3863fd597eba8c6679de805681631b1aad9bdb
tree86062f4751c1766e5d66a86c7bfcdbb22bff59ae
parent928d42f7d8737e1d6327e09668525f59725dabf9
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>
net/sunrpc/clnt.c