mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
ca5bd0c65a
This is needed even with `-o space' as the kernel decides to be "helpful" and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c we see why: if (fs->fs_minfree <= 5 || fs->fs_cstotal.cs_nffree > (off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100)) break; log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n" I have picked `1' vs. `0' just incase some code somewhere has the assumption the %free can never be `0'. Helped with understanding why -m 1 made a different: imp |
||
---|---|---|
.. | ||
alpha | ||
amd64 | ||
i386 | ||
pc98 | ||
picobsd | ||
scripts | ||
texts | ||
boot_crunch.conf | ||
fixit_crunch.conf | ||
fixit.profile | ||
fixit.services | ||
Makefile | ||
write_mfs_in_kernel.c |