]> 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>
Tue, 5 Jan 2021 17:28:24 +0000 (12:28 -0500)
commit61d331d89fe27e98b33c41bdede8ba3ad7960d1e
treecb1a5757da1dbeaaa747507495533521cee7ed04
parentb57bb806b2b36b8848ba0ba955eb17c46a54d2dc
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