mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +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;
|
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
|
* Log addition/removal should be done before the layer
|
||||||
* insertion to make the end result consistent with
|
* insertion to make the end result consistent with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user