aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-11-08 10:18:07 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-11-08 10:18:07 +0000
commited1f6dc2357a638c9cb09daaf750f727ebef03a8 (patch)
treeaad727fea4dcc49faa4e9a9a2e7735212da7d6c5 /UPDATING
parent966d0ed18ff64cee5f02ec040a513ce5c0df3c11 (diff)
downloadsrc-ed1f6dc2357a638c9cb09daaf750f727ebef03a8.tar.gz
src-ed1f6dc2357a638c9cb09daaf750f727ebef03a8.zip
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
all the architectures. The option allows to mount non-MPSAFE filesystem. Without it, the kernel will refuse to mount a non-MPSAFE filesytem. This patch is part of the effort of killing non-MPSAFE filesystems from the tree. No MFC is expected for this patch. Tested by: gianni Reviewed by: kib
Notes
Notes: svn path=/head/; revision=227333
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1189f4c6edc1..dc17383414ef 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20111108:
+ The option VFS_ALLOW_NONMPSAFE option has been added in order to
+ explicitely support non-MPSAFE filesystems.
+ It is on by default for all supported platform at this present
+ time.
+
20111101:
The broken amd(4) driver has been replaced with esp(4) in the amd64,
i386 and pc98 GENERIC kernel configuration files.