svn commit: r241897 - in head: . sys/sys

Konstantin Belousov kib at FreeBSD.org
Mon Oct 22 17:54:33 UTC 2012


Author: kib
Date: Mon Oct 22 17:54:32 2012
New Revision: 241897
URL: http://svn.freebsd.org/changeset/base/241897

Log:
  Bump __FreeBSD_version and make a note in UPDATING about removal of
  the support for non-MPSAFE filesystems.

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Oct 22 17:50:54 2012	(r241896)
+++ head/UPDATING	Mon Oct 22 17:54:32 2012	(r241897)
@@ -24,6 +24,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
 	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,

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Oct 22 17:50:54 2012	(r241896)
+++ head/sys/sys/param.h	Mon Oct 22 17:54:32 2012	(r241897)
@@ -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,


More information about the svn-src-all mailing list