comment out force of logical block is no larger than physical block.
This commit is contained in:
parent
6add8c3d67
commit
f72f04ea8e
2
dist/pdisk/partition_map.c
vendored
2
dist/pdisk/partition_map.c
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user