migration: Simplify compress_page_with_multithread()
authorJuan Quintela <quintela@redhat.com>
Thu, 19 Oct 2023 11:07:18 +0000 (13:07 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 30 Oct 2023 16:41:55 +0000 (17:41 +0100)
commitb6e19b6de82987606b0cfe5c120dc1952ec582a5
tree45d0a0e8bcd9afbc0fe33ae9a8b778a9b5f13fc4
parent83df387df7fbd4fb76f3beae56f925dead5bba5a
migration: Simplify compress_page_with_multithread()

Move the goto to a while true.

Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231019110724.15324-6-quintela@redhat.com>
migration/ram-compress.c