From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5534 invoked by alias); 19 Aug 2011 22:55:08 -0000 Received: (qmail 5517 invoked by uid 9447); 19 Aug 2011 22:55:07 -0000 Date: Fri, 19 Aug 2011 22:55:00 -0000 Message-ID: <20110819225507.5515.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/metadata lv_manip.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00069.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2011-08-19 22:55:07 Modified files: lib/metadata : lv_manip.c Log message: Remove incorrect error message added in 2.02.87. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/lv_manip.c.diff?cvsroot=lvm2&r1=1.275&r2=1.276 --- LVM2/lib/metadata/lv_manip.c 2011/08/19 16:41:26 1.275 +++ LVM2/lib/metadata/lv_manip.c 2011/08/19 22:55:07 1.276 @@ -1706,10 +1706,8 @@ if ((alloc_parms->alloc == ALLOC_ANYWHERE && ix + ix_offset >= devices_needed + alloc_state->log_area_count_still_needed) || (preferred_count == ix_offset && - (ix_offset == devices_needed + alloc_state->log_area_count_still_needed))) { - log_error("Breaking: preferred_count = %d, ix_offset = %d, devices_needed = %d", preferred_count, ix_offset, devices_needed); + (ix_offset == devices_needed + alloc_state->log_area_count_still_needed))) break; - } } } while ((alloc_parms->alloc == ALLOC_ANYWHERE && last_ix != ix && ix < devices_needed + alloc_state->log_area_count_still_needed) || /* With cling_to_alloced, if there were gaps in the preferred areas, have a second iteration */