Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/pdisk comment out force of logical block is no larger t...



details:   https://anonhg.NetBSD.org/src/rev/665d4fc68ead
branches:  trunk
changeset: 535584:665d4fc68ead
user:      dbj <dbj%NetBSD.org@localhost>
date:      Fri Aug 23 00:59:36 2002 +0000

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

diffstat:

 dist/pdisk/partition_map.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r d16e703976de -r 665d4fc68ead dist/pdisk/partition_map.c
--- a/dist/pdisk/partition_map.c        Fri Aug 23 00:58:58 2002 +0000
+++ b/dist/pdisk/partition_map.c        Fri Aug 23 00:59:36 2002 +0000
@@ -491,9 +491,11 @@
            size = PBLOCK_SIZE;
        }
     }
+#if 0
     if (size > map->physical_block) {
        size = map->physical_block;
     }
+#endif
     map->logical_block = size;
 
     map->blocks_in_map = 0;



Home | Main Index | Thread Index | Old Index