]> git.baikalelectronics.ru Git - kernel.git/commit
af_vsock: rename variables in receive loop
authorArseny Krasnov <arseny.krasnov@kaspersky.com>
Fri, 3 Sep 2021 12:33:03 +0000 (15:33 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 6 Sep 2021 06:25:16 +0000 (02:25 -0400)
commita0ec42273f9731fbc1850b2b9a7d1ce2955cb0c7
treefb3b02c8375bbf5eb66c97a81cf130c27f8179a0
parent7bd940192c0df0bb404d07b5a04c6687c4afb6f8
af_vsock: rename variables in receive loop

Record is supported via MSG_EOR flag, while current logic operates
with message, so rename variables from 'record' to 'message'.

Signed-off-by: Arseny Krasnov <arseny.krasnov@kaspersky.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20210903123306.3273757-1-arseny.krasnov@kaspersky.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vmw_vsock/af_vsock.c