]> sourceware.org Git - lvm2.git/commitdiff
o make ios the first argument to pv_create
authorJoe Thornber <thornber@redhat.com>
Fri, 12 Oct 2001 10:52:32 +0000 (10:52 +0000)
committerJoe Thornber <thornber@redhat.com>
Fri, 12 Oct 2001 10:52:32 +0000 (10:52 +0000)
lib/metadata/metadata.c
lib/metadata/metadata.h

index 5981b305cf8279d35ef129b0653bf9956934be08..22d2dcf602617360d1ed21b1014cc0431cf00ea2 100644 (file)
@@ -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));
 
index 9ecf5515a34ba203991ec9a28a1dd1e94eae9600..0085c84682365d67c237bfc3cd9167df191183f1 100644 (file)
@@ -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);
 
 
 
This page took 0.039061 seconds and 5 git commands to generate.