tools/mm: remove references to free_ts from page_owner_sort
authorAudra Mitchell <audra@redhat.com>
Fri, 13 Oct 2023 19:03:46 +0000 (15:03 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 18 Oct 2023 21:34:19 +0000 (14:34 -0700)
commit0179c62839bdc49769a986e6eb1a6ca6fc7d274a
tree1f7a8aedd9a43e638375f5e6fd50b67c04a80e41
parentb459f0905eec31196b6e841773aabe3194e3c3fe
tools/mm: remove references to free_ts from page_owner_sort

With the removal of free timestamps from page_owner output, we no longer
need to handle this case or the "unreleased" case.  Remove all references
to both cases.

Link: https://lkml.kernel.org/r/20231013190350.579407-3-audra@redhat.com
Signed-off-by: Audra Mitchell <audra@redhat.com>
Acked-by: Rafael Aquini <aquini@redhat.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Georgi Djakov <djakov@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/mm/page_owner_sort.c