mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Remove duplicate statement (pasted twice by patch at some point?)
This commit is contained in:
parent
af7697efbe
commit
dbc8e5098c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user