]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Rewrite mt_dump
authorMatthew Wilcox <willy@infradead.org>
Tue, 27 Nov 2018 22:09:26 +0000 (17:09 -0500)
committerMatthew Wilcox <willy@infradead.org>
Tue, 27 Nov 2018 22:09:26 +0000 (17:09 -0500)
commitc2a0ab243666681465c9b61cbc4b7f9c6a1ead38
treea03bcb44953d264195e6c4bc708bc9be200c1545
parentd47b8f1c023d29de5807b393a9f232be2f96d886
maple_tree: Rewrite mt_dump

Print one entry per line
Be explicit about what range each entry is being used for
Print zero entries (we don't insert them yet, but we will need them)
Print value entries
Handle the special case of a single entry at 0

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/maple_tree.c