summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--super-intel.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/super-intel.c b/super-intel.c
index 325630f..14e1521 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -3718,21 +3718,6 @@ static int validate_geometry_imsm(struct supertype *st, int level, int layout,
dev, freesize, verbose);
}
- /* limit creation to the following levels */
- if (!dev)
- switch (level) {
- case 0:
- case 1:
- case 10:
- case 5:
- return 0;
- default:
- if (verbose)
- fprintf(stderr, Name
- ": IMSM only supports levels 0,1,5,10\n");
- return 1;
- }
-
/* This device needs to be a device in an 'imsm' container */
fd = open(dev, O_RDONLY|O_EXCL, 0);
if (fd >= 0) {