mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-19 14:04:17 +03:00
f1e075a85d
Add radix_tree_iter_init() to initialize iterator and radix_tree_iter_next() to walk over all radix_tree nodes. This is non-recursive implementation which is not using 'visitor()', that sometime may look code unnecessarily complicated. Use the maximal keylen to 'estimate' the largest needed stack size.