]> git.baikalelectronics.ru Git - kernel.git/commit
virtio-balloon: Avoid using the word 'report' when referring to free page hinting
authorAlexander Duyck <alexander.h.duyck@linux.intel.com>
Wed, 15 Apr 2020 17:44:08 +0000 (10:44 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 17 Apr 2020 10:05:30 +0000 (06:05 -0400)
commit948fa0e4ab6ad8a697ed17b47e92699c667da888
treec3672914a1628c7e805a3064ac1e3f5ed79ca183
parent0a71c71c5505a9ecd75c01c3094ef0ac58664c64
virtio-balloon: Avoid using the word 'report' when referring to free page hinting

It can be confusing to have multiple features within the same driver that
are using the same verbage. As such this patch is creating a union of
free_page_report_cmd_id with free_page_hint_cmd_id so that we can clean-up
the userspace code a bit in terms of readability while maintaining the
functionality of legacy code.

Signed-off-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Link: https://lore.kernel.org/r/20200415174318.13597.99753.stgit@localhost.localdomain
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c
include/uapi/linux/virtio_balloon.h