1
0
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:
Alasdair G Kergon 2016-07-24 01:35:04 +01:00
parent 4a544ae272
commit ea543b5c6f

View File

@ -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);