]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix mt_dump()
authorMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 13:48:41 +0000 (08:48 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 13:57:54 +0000 (08:57 -0500)
commita819e7faf44329112c4279e54a8378afcaf87aae
tree5b48b2ac0b5a82ad0df97f2d6383bd5e32969825
parentdc8d167242e97f6a7e3059e9bf4c4ae8b518b352
maple_tree: Fix mt_dump()

Dump the raw contents of the node to help with debugging.

Fix a bug where mt_dump() wouldn't show the last entry in a node.

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