]> sourceware.org Git - lvm2.git/commit
radix-tree: fix bug when erasing elts in remove_prefix
authorJoe Thornber <ejt@redhat.com>
Thu, 21 Jun 2018 16:10:05 +0000 (17:10 +0100)
committerJoe Thornber <ejt@redhat.com>
Thu, 21 Jun 2018 16:10:05 +0000 (17:10 +0100)
commit72e2e92f4c23b75efdf08ee5a4019b6beb86b9f1
treee6af6c6da37c9b29f57add05c1aa2f05edefb8d2
parent40c1f7889fd88ce4a2f2b42c594db3deb8f84593
radix-tree: fix bug when erasing elts in remove_prefix

_erase_elt() now zeroes the last element of the array (ie. sets to
UNSET).  Previously remove() was doing this, but not remove_prefix().
base/data-struct/radix-tree.c
This page took 0.035839 seconds and 5 git commands to generate.