]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Handle ZERO entry in mt_dump()
authorMatthew Wilcox <willy@infradead.org>
Sat, 1 Dec 2018 15:11:55 +0000 (10:11 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sat, 1 Dec 2018 15:23:18 +0000 (10:23 -0500)
commit406555dcd189feea7eb8a7d530b522d000590af3
tree4d6a705eac3963a9acf0c05e0befa4f207fe4ece
parent610d8ee0f18429f12f778e277c783642be2ade3f
maple_tree: Handle ZERO entry in mt_dump()

If there is a single ZERO entry in mt->root, this should be printed
as 0-0, not 0-ULONG_MAX.

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