Re: [RFC PATCH v1 2/7] vsock: rename implementation from 'record' to 'message'
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2021-08-06 07:20:42
Also in:
lkml, netdev, virtualization
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2021-08-06 07:20:42
Also in:
lkml, netdev, virtualization
On Mon, Jul 26, 2021 at 07:33:25PM +0300, Arseny Krasnov wrote:
As 'record' is not same as 'message', rename current variables, comments and defines from 'record' concept to 'message'. Signed-off-by: Arseny Krasnov <redacted> --- drivers/vhost/vsock.c | 18 +++++++++--------- net/vmw_vsock/virtio_transport_common.c | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-)
This patch is fine, I think you can move here the renaming of the flag too. Stefano