Message ID | 20210618133526.300347-1-sgarzare@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | vsock: small fixes for seqpacket support | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 18 Jun 2021 15:35:23 +0200 you wrote: > This series contains few patches to clean up a bit the code > of seqpacket recently merged in the net-next tree. > > No functionality changes. > > Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> > > [...] Here is the summary with links: - [net-next,1/3] vsock: rename vsock_has_data() https://git.kernel.org/netdev/net-next/c/cc97141afd76 - [net-next,2/3] vsock: rename vsock_wait_data() https://git.kernel.org/netdev/net-next/c/0de5b2e67275 - [net-next,3/3] vsock/virtio: remove redundant `copy_failed` variable https://git.kernel.org/netdev/net-next/c/91aa49a8fa0f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
This series contains few patches to clean up a bit the code of seqpacket recently merged in the net-next tree. No functionality changes. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Stefano Garzarella (3): vsock: rename vsock_has_data() vsock: rename vsock_wait_data() vsock/virtio: remove redundant `copy_failed` variable net/vmw_vsock/af_vsock.c | 18 ++++++++++-------- net/vmw_vsock/virtio_transport_common.c | 7 ++----- 2 files changed, 12 insertions(+), 13 deletions(-)