mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cov; matching enum type
This commit is contained in:
parent
bf0d558067
commit
614d150a8c
@ -95,7 +95,7 @@ struct convert_poll_id_list {
|
||||
};
|
||||
|
||||
/* FIXME Temporary function until the enum replaces the separate variables */
|
||||
static void _set_conv_type(struct lvconvert_params *lp, int conv_type)
|
||||
static void _set_conv_type(struct lvconvert_params *lp, conversion_type_t conv_type)
|
||||
{
|
||||
if (lp->conv_type != CONV_OTHER)
|
||||
log_error(INTERNAL_ERROR "Changing conv_type from %d to %d.", lp->conv_type, conv_type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user