mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
o make ios the first argument to pv_create
This commit is contained in:
parent
82f6cda966
commit
32d37d00cb
@ -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