]> git.ipfire.org Git - thirdparty/linux.git/commit - lib/test_xarray.c
radix tree: Remove radix_tree_clear_tags
authorMatthew Wilcox <willy@infradead.org>
Mon, 9 Apr 2018 20:52:21 +0000 (16:52 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:45 +0000 (10:46 -0400)
commitadb9d9c4ccb1ff0bf1d376e65f36aa5573c75c1a
tree3d95a5cfd046858380eea28aba8042ba545067b1
parent8cf2f98411e3a0865026a1061af637161b16d32b
radix tree: Remove radix_tree_clear_tags

The page cache was the only user of this interface and it has now
been converted to the XArray.  Transform the test into a test of
xas_init_marks().

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/radix-tree.h
lib/radix-tree.c
lib/test_xarray.c
tools/testing/radix-tree/tag_check.c