From 56a5925aed4db241bf932c78281e304af1be109b Mon Sep 17 00:00:00 2001 From: Jonathan Earl Brassow Date: Tue, 27 Apr 2010 15:26:58 +0000 Subject: [PATCH] Fix comment from last commit. Additionally, there is no need to put a comment into the WHATS_NEW file if it is a regression that was created and fixed inside the same release window. --- WHATS_NEW | 1 - lib/metadata/mirror.c | 1 - 2 files changed, 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index f0fd00c67..d0844e411 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,6 +1,5 @@ Version 2.02.64 - ================================= - Fix regression in down-convert of mirror images with partial PV specification. Fix lvconvert error message when existing mirrored LV is not found. Disallow the direct removal of a merging snapshot. Set appropriate udev flags for reserved LVs. diff --git a/lib/metadata/mirror.c b/lib/metadata/mirror.c index 3d9bb0e62..757c095da 100644 --- a/lib/metadata/mirror.c +++ b/lib/metadata/mirror.c @@ -811,7 +811,6 @@ static int _remove_mirror_images(struct logical_volume *lv, * If removable_pvs were specified, then they have been shifted * to the end to ensure they are removed. The remaining balance * of images left to remove will be taken from the unspecified. - * This may not be correct behavior, but it is historical. */ new_area_count = old_area_count - num_removed; -- 2.43.5