commit | adb9d9c4ccb1ff0bf1d376e65f36aa5573c75c1a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Apr 09 16:52:21 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:45 2018 -0400 |
tree | 3d95a5cfd046858380eea28aba8042ba545067b1 | |
parent | 8cf2f98411e3a0865026a1061af637161b16d32b [diff] |
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>