diff options
Diffstat (limited to 'super-mbr.c')
-rw-r--r-- | super-mbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-mbr.c b/super-mbr.c index f5e4ceab..1bbe57a9 100644 --- a/super-mbr.c +++ b/super-mbr.c @@ -193,7 +193,7 @@ static int validate_geometry(struct supertype *st, int level, int *chunk, unsigned long long size, unsigned long long data_offset, char *subdev, unsigned long long *freesize, - int verbose) + int consistency_policy, int verbose) { pr_err("mbr metadata cannot be used this way\n"); return 0; |