virtio-balloon: correct the comment of virtballoon_migratepage()
authorXueshi Hu <xueshi.hu@smartx.com>
Sun, 13 Aug 2023 14:07:09 +0000 (22:07 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 Nov 2023 13:19:58 +0000 (09:19 -0400)
commit0cd43eef0ae275611557f29cc2ba2c6211a4c5fa
treea07d329b36a13b332c8b9fb6a2dfa28549e7afde
parentc695964474f3a80e1b7503e7cb15dd7d7f7245a1
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>
drivers/virtio/virtio_balloon.c