Re: [RFC PATCH v1 2/7] vsock: rename implementation from 'record' to 'message'

From: Stefano Garzarella
Date: Fri Aug 06 2021 - 03:20:43 EST


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 <arseny.krasnov@xxxxxxxxxxxxx>
---
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