Skip to content
Commit 372266ba authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

radix tree test suite: Convert tag_tagged_items to XArray



The tag_tagged_items() function is supposed to test the page-writeback
tagging code.  Since that has been converted to the XArray, there's
not much point in testing the radix tree's tagging code.  This requires
using the pthread mutex embedded in the xarray instead of an external
lock, so remove the pthread mutexes which protect xarrays/radix trees.
Also remove radix_tree_iter_tag_set() as this was the last user.

Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
parent adb9d9c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment