diff --git a/super-ddf.c b/super-ddf.c index 400088e..d526d8a 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -1126,7 +1126,7 @@ static int load_super_ddf(struct supertype *st, int fd, if (get_dev_size(fd, devname, &dsize) == 0) return 1; - if (!st->ignore_hw_compat && test_partition(fd)) + if (test_partition(fd)) /* DDF is not allowed on partitions */ return 1;