From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7029 invoked by alias); 19 Jan 2011 19:24:07 -0000 Received: (qmail 7012 invoked by uid 9478); 19 Jan 2011 19:24:07 -0000 Date: Wed, 19 Jan 2011 19:24:00 -0000 Message-ID: <20110119192407.7010.qmail@sourceware.org> From: jbrassow@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools lvconvert.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-01/txt/msg00074.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: jbrassow@sourceware.org 2011-01-19 19:24:07 Modified files: tools : lvconvert.c Log message: Remove duplicate statement (pasted twice by patch at some point?) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.155&r2=1.156 --- LVM2/tools/lvconvert.c 2011/01/11 17:05:10 1.155 +++ LVM2/tools/lvconvert.c 2011/01/19 19:24:07 1.156 @@ -1081,16 +1081,6 @@ } /* - * Is there already a convert in progress? We do not - * currently allow more than one. - */ - if (find_temporary_mirror(lv) || (lv->status & CONVERTING)) { - log_error("%s is already being converted. Unable to start another conversion.", - lv->name); - return 0; - } - - /* * Log addition/removal should be done before the layer * insertion to make the end result consistent with * linear-to-mirror conversion.