]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-ddf.c
Allow data-offset to be specified per-device for create
[thirdparty/mdadm.git] / super-ddf.c
index baadc7959429606e9147e66f4957784f19185351..4a6f623709d7316f374a7d3fb65388ccfe839193 100644 (file)
@@ -2174,7 +2174,8 @@ static void add_to_super_ddf_bvd(struct supertype *st,
  * expanding a pre-existing container
  */
 static int add_to_super_ddf(struct supertype *st,
-                            mdu_disk_info_t *dk, int fd, char *devname)
+                           mdu_disk_info_t *dk, int fd, char *devname,
+                           unsigned long long data_offset)
 {
        struct ddf_super *ddf = st->sb;
        struct dl *dd;