aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-06-11 20:38:30 +0000
committerWarner Losh <imp@FreeBSD.org>2018-06-11 20:38:30 +0000
commit37d6a8f458ffe2e20f646b8c59b6c45a0a5d13ab (patch)
treef124ab2f1788114acf36bdeba98f64fb495495ae /UPDATING
parentb9c7cba5226464febdaf460d222063b028fdac05 (diff)
downloadsrc-37d6a8f458ffe2e20f646b8c59b6c45a0a5d13ab.tar.gz
src-37d6a8f458ffe2e20f646b8c59b6c45a0a5d13ab.zip
Revert size limits.
The size limits came from a flawed understanding of dump records. The real issue was that dump was bogusly interpreting c_count sometimes. r334978 fixes that.
Notes
Notes: svn path=/head/; revision=334980
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 0 insertions, 7 deletions
diff --git a/UPDATING b/UPDATING
index d6ddc2082553..12476f4f7fd3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,13 +32,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-20180611:
- A bug in dump has been found where it can incorrectly dump filesystems
- with more than 512k inodes and produce corrupted dump images. r334968
- closes the door by not dumping filesystems with more than 512k inodes.
- While older dumps may 'work' the image they produce may or may not be
- readable depending on many factors.
-
20180530:
The kernel / userland interface for devinfo changed, so you'll
need a new kernel and userland as a pair for it to work (rebuilding