]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Add format option to mt_dump()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 15 Nov 2022 16:08:36 +0000 (11:08 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 24 Apr 2023 15:40:43 +0000 (11:40 -0400)
commit2ac496571ff3a9498495f6119d253c03d9d5feb4
tree432b041ef1141821d978be86b31f93d053f3b763
parent2973d4394bdee9a0edb48b35059fa406a0f0d3dc
maple_tree: Add format option to mt_dump()

Allow different formatting strings to be used when dumping the tree.
Currently supports hex and decimal.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
include/linux/maple_tree.h
lib/maple_tree.c
lib/test_maple_tree.c
mm/internal.h
mm/mmap.c
tools/testing/radix-tree/maple.c