diff options
Diffstat (limited to 'super-gpt.c')
-rw-r--r-- | super-gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-gpt.c b/super-gpt.c index 8b080a05..bb38a975 100644 --- a/super-gpt.c +++ b/super-gpt.c @@ -205,7 +205,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("gpt metadata cannot be used this way\n"); return 0; |