]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-gpt.c
Add data_offset arg to ->validate_geometry.
[thirdparty/mdadm.git] / super-gpt.c
index fa7fdabea004092db104bc1f838f00a5f2b06be6..6244657d054716ce43cca168a459fcfe2a89705f 100644 (file)
@@ -196,6 +196,7 @@ static struct supertype *match_metadata_desc(char *arg)
 static int validate_geometry(struct supertype *st, int level,
                             int layout, int raiddisks,
                             int *chunk, unsigned long long size,
+                            unsigned long long data_offset,
                             char *subdev, unsigned long long *freesize,
                             int verbose)
 {