]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitabb1abea9402dd7e1968f862893a80e165c62081
tree86062f4751c1766e5d66a86c7bfcdbb22bff59ae
parent97d78c7376e4af8881781a7c444b8e6cc860a447
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