mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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, \
|
||||
unsigned new_image_count, \
|
||||
const unsigned new_stripes, \
|
||||
unsigned new_stripe_size, \
|
||||
uint32_t new_stripe_size, \
|
||||
struct dm_list *allocate_pvs
|
||||
|
||||
typedef int (*takeover_fn_t)(TAKEOVER_FN_ARGS);
|
||||
|
Loading…
Reference in New Issue
Block a user