]> 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 75269bf19733ea4346f88bffe17851f0ce4d5629..a0c64cfc41e4b26864e174384021f73c7d6655fd 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,
+                            long long data_offset,
                             char *subdev, unsigned long long *freesize,
                             int verbose)
 {