Bump __FreeBSD_version and make a note in UPDATING about removal of

the support for non-MPSAFE filesystems.
This commit is contained in:
Konstantin Belousov 2012-10-22 17:54:32 +00:00
parent 5050aa86cf
commit 8859ec84c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241897
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20121022:
Support for non-MPSAFE filesystems was removed from VFS. The
VFS_VERSION was bumped, all filesystem modules shall be
recompiled.
20121018:
All the non-MPSAFE filesystems have been disconnected from
the build. The full list includes: codafs, hpfs, ntfs, nwfs,

View file

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1000020 /* Master, propagated to newvers */
#define __FreeBSD_version 1000021 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,