1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-26 14:04:15 +03:00

Remove hard-coded extent_size from snapshot target (field no longer used).

This commit is contained in:
Alasdair Kergon 2002-07-17 17:00:54 +00:00
parent ead0bd9cb0
commit 64d8e2c727

View File

@ -703,7 +703,7 @@ static int _populate_snapshot(struct dev_manager *dm,
return 0;
}
if (snprintf(params, sizeof(params), "%s/%s %s/%s P %d 128",
if (snprintf(params, sizeof(params), "%s/%s %s/%s P %d",
dm_dir(), origin, dm_dir(), cow, s->chunk_size) == -1) {
stack;
return 0;