Re: [PATCH 1/5] migration/ram: Remove RAMState from xbzrle_cache_zero_page

2023-08-15 Thread Peter Xu
On Tue, Aug 15, 2023 at 11:38:24AM -0300, Fabiano Rosas wrote: > 'rs' is not used in that function. It's a leftover from commit > 9360447d34 ("ram: Use MigrationStats for statistics"). > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH 1/5] migration/ram: Remove RAMState from xbzrle_cache_zero_page

2023-08-15 Thread Fabiano Rosas
'rs' is not used in that function. It's a leftover from commit 9360447d34 ("ram: Use MigrationStats for statistics"). Signed-off-by: Fabiano Rosas --- migration/ram.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 9040d66e61..87ef