diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2021-06-18 15:35:26 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-18 12:59:53 -0700 |
commit | 91aa49a8fa0ffa66966be275b2575009cc12fd3b (patch) | |
tree | 6cb49e7b655cc363f24a5d479349c6d2a6dba712 /net/switchdev | |
parent | 0de5b2e67275695d6ad7369c594feb1578f891fd (diff) |
vsock/virtio: remove redundant `copy_failed` variable
When memcpy_to_msg() fails in virtio_transport_seqpacket_do_dequeue(),
we already set `dequeued_len` with the negative error value returned
by memcpy_to_msg().
So we can directly check `dequeued_len` value instead of using a
dedicated flag variable to skip the copy path for the rest of
fragments.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev')
0 files changed, 0 insertions, 0 deletions