]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Don't suppress socket errors when a message read completes
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 15 Feb 2019 21:53:04 +0000 (16:53 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Feb 2019 22:35:58 +0000 (17:35 -0500)
commit473519d2ae2cca8d676b91f64264ca94f08e2fa8
tree2a23affd83cf7d7987e1cc3ad21b7137747d7a88
parent22f0cae7313c27d87d228a6be7311a99abf55688
SUNRPC: Don't suppress socket errors when a message read completes

If the message read completes, but the socket returned an error
condition, we should ensure to propagate that error.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprtsock.c