1
0
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:
Peter Rajnoha
2011-02-21 12:15:59 +00:00
parent 6e0b348d34
commit 305816232d
9 changed files with 31 additions and 64 deletions

View File

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