]> www.infradead.org Git - users/willy/xarray.git/commit
radix tree: Remove unused iteration code
authorMatthew Wilcox <willy@infradead.org>
Mon, 29 Oct 2018 16:26:24 +0000 (12:26 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:13 +0000 (21:38 -0400)
commit81a354eaf57eb91503becc248946e892a5d7fe92
tree7bec08ec388d1a7fcab8317aa1b9f7f4a5981686
parenta8d9b2d5d8e92859ce42740270fa6eac0e9d792c
radix tree: Remove unused iteration code

The ability to iterate over tags or iterate contiguously,
radix_tree_iter_delete(), radix_tree_iter_resume(),
radix_tree_iter_retry() and radix_tree_iter_lookup() are all now unused.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
.clang-format
include/linux/radix-tree.h
lib/radix-tree.c