Skip to content
  • Matthew Wilcox's avatar
    radix tree test suite: Convert tag_tagged_items to XArray · 372266ba
    Matthew Wilcox authored
    
    
    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>
    372266ba