comment out force of logical block is no larger than physical block.

This commit is contained in:
dbj 2002-08-23 00:59:36 +00:00
parent 6add8c3d67
commit f72f04ea8e

View File

@ -491,9 +491,11 @@ create_partition_map(char *name, partition_map_header *oldmap)
size = PBLOCK_SIZE;
}
}
#if 0
if (size > map->physical_block) {
size = map->physical_block;
}
#endif
map->logical_block = size;
map->blocks_in_map = 0;