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:
parent
e3534d0f68
commit
631762d6db
@ -896,7 +896,7 @@ int update_thin_pool_params(struct cmd_context *cmd,
|
|||||||
uint32_t pool_data_extents,
|
uint32_t pool_data_extents,
|
||||||
uint32_t *pool_metadata_extents,
|
uint32_t *pool_metadata_extents,
|
||||||
struct logical_volume *metadata_lv,
|
struct logical_volume *metadata_lv,
|
||||||
unsigned *crop_metadata,
|
thin_crop_metadata_t *crop_metadata,
|
||||||
int *chunk_size_calc_method, uint32_t *chunk_size,
|
int *chunk_size_calc_method, uint32_t *chunk_size,
|
||||||
thin_discards_t *discards, thin_zero_t *zero_new_blocks);
|
thin_discards_t *discards, thin_zero_t *zero_new_blocks);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user