diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-04-11 12:19:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-13 11:45:39 +0100 |
commit | 4dcdd971b9c7a5c38f65d81f7c548fea2e337373 (patch) | |
tree | 6ab29808cf019375f358cfde51393af83f0b4480 /block/bsg-lib.c | |
parent | 1c699ffa48a15710746989c36a82cbfb07e8d17f (diff) | |
download | lwn-4dcdd971b9c7a5c38f65d81f7c548fea2e337373.tar.gz lwn-4dcdd971b9c7a5c38f65d81f7c548fea2e337373.zip |
tls: rx: treat process_rx_list() errors as transient
process_rx_list() only fails if it can't copy data to user
space. There is no point recording the error onto sk->sk_err
or giving up on the data which was read partially. Treat
the return value like a normal socket partial read.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block/bsg-lib.c')
0 files changed, 0 insertions, 0 deletions