summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-03-01 02:33:34 +0000
committerdelphij <delphij@FreeBSD.org>2005-03-01 02:33:34 +0000
commite981e828f8655d7cec266ec060398186be7a7033 (patch)
treeb6dc810bb029f315edb15556a91a5631d59e8d7f
parent1f1be767596a0f106552beeca1d4544509f3a6de (diff)
downloadFreeBSD-src-e981e828f8655d7cec266ec060398186be7a7033.zip
FreeBSD-src-e981e828f8655d7cec266ec060398186be7a7033.tar.gz
Make an advise that a rebuild of fsck(8) is recommended for -CURRENT
after 20050220 due to the superblock summary recomputation change. Also make a note about how to go back to the old behavior. MFC After: 1 day
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d6463b7..e03bd2d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -48,6 +48,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
"options CPU_ENABLE_TCC" obsolete. Please load cpufreq.ko or
compile in "device cpufreq" to restore this functionality.
+20050220:
+ The responsibility of recomputing the file system summary of
+ a SoftUpdates-enabled dirty volume has been transferred to the
+ background fsck. A rebuild of fsck(8) utility is recommended
+ if you have updated the kernel.
+
+ To get the old behavior (recompute file system summary at mount
+ time), you can set vfs.ffs.compute_summary_at_mount=1 before
+ mounting the new volume.
+
20050206:
The cpufreq import is complete. As part of this, the sysctls for
acpi(4) throttling have been removed. The power_profile script
OpenPOWER on IntegriCloud