mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
raid_manip: Fix stripe_size type to uint32_t.
This commit is contained in:
parent
4a544ae272
commit
ea543b5c6f
@ -2171,7 +2171,7 @@ static struct lv_segment *_convert_striped_to_raid0(struct logical_volume *lv,
|
|||||||
int force, \
|
int force, \
|
||||||
unsigned new_image_count, \
|
unsigned new_image_count, \
|
||||||
const unsigned new_stripes, \
|
const unsigned new_stripes, \
|
||||||
unsigned new_stripe_size, \
|
uint32_t new_stripe_size, \
|
||||||
struct dm_list *allocate_pvs
|
struct dm_list *allocate_pvs
|
||||||
|
|
||||||
typedef int (*takeover_fn_t)(TAKEOVER_FN_ARGS);
|
typedef int (*takeover_fn_t)(TAKEOVER_FN_ARGS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user