mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-23 02:05:07 +03:00
c2f41c1a59
Since we now keep lv names valid all the time (as they are part of radix_tree) - there is a problem with this renaming code, that for a moment used duplicated name in vg struct. Fix it by interating LVs backwared - which avoids breaking consitency and also actually makes code more simple.