Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 17:54:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241897 - in head: . sys/sys
Message-ID:  <201210221754.q9MHsWcl062675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210221754.q9MHsWcl062675>