1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

metadata-exported.h: correcting definition

Fixing minor mismatch between definition and declaration of
update_thin_pool_params().
This commit is contained in:
Zdenek Kabelac 2023-02-10 17:48:28 +01:00
parent e3534d0f68
commit 631762d6db

View File

@ -896,7 +896,7 @@ int update_thin_pool_params(struct cmd_context *cmd,
uint32_t pool_data_extents,
uint32_t *pool_metadata_extents,
struct logical_volume *metadata_lv,
unsigned *crop_metadata,
thin_crop_metadata_t *crop_metadata,
int *chunk_size_calc_method, uint32_t *chunk_size,
thin_discards_t *discards, thin_zero_t *zero_new_blocks);