mirror of
git://sourceware.org/git/lvm2.git
synced 2025-07-30 23:41:55 +03:00
Remove useless mdas parameter for pv_read (from now on, we store mdas in a
format instance)
This commit is contained in:
@ -206,7 +206,6 @@ static int _pool_pv_setup(const struct format_type *fmt __attribute__((unused)),
|
||||
|
||||
static int _pool_pv_read(const struct format_type *fmt, const char *pv_name,
|
||||
struct physical_volume *pv,
|
||||
struct dm_list *mdas __attribute__((unused)),
|
||||
int scan_label_only __attribute__((unused)))
|
||||
{
|
||||
struct dm_pool *mem = dm_pool_create("pool pv_read", 1024);
|
||||
|
Reference in New Issue
Block a user