]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Clean up debug infrastructure
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 27 Feb 2020 15:47:07 +0000 (10:47 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:02:57 +0000 (15:02 -0400)
commit01ae09e0722c3367e78e25e2ec71ef54d7c62e59
tree0a049452a41476d8ba526bf2dcd73d1987297e88
parentf7180e8eeedf7cc665a18883d75724aabdd47d4d
maple_tree: Clean up debug infrastructure

making tests_run & tests_passed static means there's one copy of them in
every file that includes maple_tree.h.  Make them extern, prefix them
with maple_tree_, move them to maple_tree.c and export them so that
test_maple_tree can be built as a module.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/maple_tree.h
lib/maple_tree.c
lib/test_maple_tree.c