aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/virtio
diff options
context:
space:
mode:
authorXueshi Hu <xueshi.hu@smartx.com>2023-08-13 22:07:09 +0800
committerMichael S. Tsirkin <mst@redhat.com>2023-11-01 09:19:58 -0400
commit0cd43eef0ae275611557f29cc2ba2c6211a4c5fa (patch)
treea07d329b36a13b332c8b9fb6a2dfa28549e7afde /drivers/virtio
parentmlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK (diff)
downloadwireguard-linux-0cd43eef0ae275611557f29cc2ba2c6211a4c5fa.tar.xz
wireguard-linux-0cd43eef0ae275611557f29cc2ba2c6211a4c5fa.zip
virtio-balloon: correct the comment of virtballoon_migratepage()
After commit 68f2736a8583 ("mm: Convert all PageMovable users to movable_operations"), the execution path has been changed to move_to_new_folio movable_operations->migrate_page balloon_page_migrate balloon_page_migrate->balloon_page_migrate balloon_page_migrate Correct the outdated comment. Signed-off-by: Xueshi Hu <xueshi.hu@smartx.com> Message-Id: <20230813140709.835536-1-xueshi.hu@smartx.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Diffstat (limited to 'drivers/virtio')
-rw-r--r--drivers/virtio/virtio_balloon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 2d5d252ef419..8dff9d2bbe5d 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -745,7 +745,7 @@ static void report_free_page_func(struct work_struct *work)
* 2) update the host about the old page removed from vb->pages list;
*
* This function preforms the balloon page migration task.
- * Called through balloon_mapping->a_ops->migratepage
+ * Called through movable_operations->migrate_page
*/
static int virtballoon_migratepage(struct balloon_dev_info *vb_dev_info,
struct page *newpage, struct page *page, enum migrate_mode mode)