From dbc8e5098c518645ddae991e17ded204b5ecc7e4 Mon Sep 17 00:00:00 2001 From: Jonathan Earl Brassow Date: Wed, 19 Jan 2011 19:24:07 +0000 Subject: Remove duplicate statement (pasted twice by patch at some point?) --- tools/lvconvert.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tools/lvconvert.c') diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 40558e98..04c9f41a 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -1080,16 +1080,6 @@ static int _lvconvert_mirrors_aux(struct cmd_context *cmd, return 0; } - /* - * 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 -- cgit