summaryrefslogtreecommitdiff
path: root/super-ddf.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index 6225a6f..f523ebe 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -2191,7 +2191,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,
+ long long data_offset)
{
struct ddf_super *ddf = st->sb;
struct dl *dd;