mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cov: happier with defined extent_size
Set extent_size with != 0 value so there is not division by 0 in any code path.
This commit is contained in:
parent
94712e3233
commit
6097dfb9ad
@ -4006,6 +4006,7 @@ static int _process_duplicate_pvs(struct cmd_context *cmd,
|
||||
};
|
||||
|
||||
struct volume_group dummy_vg = {
|
||||
.extent_size = 1,
|
||||
.fid = &dummy_fid,
|
||||
.name = "",
|
||||
.system_id = (char *) "",
|
||||
|
Loading…
Reference in New Issue
Block a user