]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the hardcoded default block/frag/cpg values from bsdlabel
authorIan Dowse <iedowse@FreeBSD.org>
Sun, 5 Oct 2003 19:40:02 +0000 (19:40 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Sun, 5 Oct 2003 19:40:02 +0000 (19:40 +0000)
commit640c9cb2972ea57eca3df01dc52302222218b8db
tree6f6e3c0569c6ec004eeb6ab8d6aaf25b1b834e6d
parent4de5d90c8eef537f17eaaf2c6722108a7d0b4ee1
Remove the hardcoded default block/frag/cpg values from bsdlabel
and the logic for setting them according to the partition size.
Instead, unspecified filesystem values are left at 0 so that newfs
will use its own defaults. It just caused confusion to have the
defaults duplicated in two different places.

Reviewed by: phk
sbin/bsdlabel/bsdlabel.c