mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o make ios the first argument to pv_create
This commit is contained in:
parent
48c4f95d4d
commit
2cb6249206
@ -12,7 +12,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
struct physical_volume *pv_create(const char *name, struct io_space *ios)
|
||||
struct physical_volume *pv_create(struct io_space *ios, const char *name)
|
||||
{
|
||||
struct physical_volume *pv = pool_alloc(ios->mem, sizeof(*pv));
|
||||
|
||||
|
@ -193,7 +193,7 @@ struct io_space {
|
||||
/*
|
||||
* Utility functions
|
||||
*/
|
||||
struct physical_volume *pv_create(const char *name, struct io_space *ios);
|
||||
struct physical_volume *pv_create(struct io_space *ios, const char *name);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user