]> git.ipfire.org Git - thirdparty/linux.git/commit
vsock/virtio: Rename virtio_vsock_skb_rx_put()
authorWill Deacon <will@kernel.org>
Thu, 17 Jul 2025 09:01:15 +0000 (10:01 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Aug 2025 13:11:09 +0000 (09:11 -0400)
commit8ca76151d2c8219edea82f1925a2a25907ff6a9d
tree3fa6d081136409fbd257a5f78ad59b5c10692f70
parentab9aa2f3afc2713c14f6c4c6b90c9a0933b837f1
vsock/virtio: Rename virtio_vsock_skb_rx_put()

In preparation for using virtio_vsock_skb_rx_put() when populating SKBs
on the vsock TX path, rename virtio_vsock_skb_rx_put() to
virtio_vsock_skb_put().

No functional change.

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Will Deacon <will@kernel.org>
Message-Id: <20250717090116.11987-9-will@kernel.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vsock.c
include/linux/virtio_vsock.h
net/vmw_vsock/virtio_transport.c