]> 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)
commita91bb8a19ae4c22337598f0931550718c48f27c5
tree86062f4751c1766e5d66a86c7bfcdbb22bff59ae
parent305630c0ec41b7a91403fe8e806c6ca9283d8617
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