commit | 1a386e8de5995fb5478ea99baa6d3e71abcf4b80 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Apr 19 18:16:05 2023 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Mon Apr 24 11:28:59 2023 +0200 |
tree | 4308db987fb6f932ecf484df51709ec7073cc910 | |
parent | 3c764f9b2bc3e5eb5ed93ab45c2de6d599fef00f [diff] |
migration: Rename duplicate to zero_pages Rest of counters that refer to pages has a _pages suffix. And historically, this showed the number of pages composed of the same character, here comes the name "duplicated". But since years ago, it refers to the number of zero_pages. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>