Subject: mbrlabel and ffs partitions
To: None <port-i386@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: port-i386
Date: 07/12/2004 14:37:59
Doesn't this make sense? Why was the size set to 8MB from the start?
/Johan
--- mbrlabel.c 5 Jan 2004 23:23:33 -0000 1.24
+++ mbrlabel.c 12 Jul 2004 12:26:57 -0000
@@ -199,14 +199,12 @@
switch (npe.p_fstype) {
case FS_BSDFFS:
case FS_APPLEUFS:
- npe.p_size = 16384; /* XXX */
npe.p_fsize = 1024;
npe.p_frag = 8;
npe.p_cpg = 16;
break;
#ifdef __does_not_happen__
case FS_BSDLFS:
- npe.p_size = 16384; /* XXX */
npe.p_fsize = 1024;
npe.p_frag = 8;
npe.p_sgs = XXX;