Author: trasz
Date: Fri May 29 18:50:27 2009
New Revision: 193047
URL: http://svn.freebsd.org/changeset/base/193047

Log:
  Update __FreeBSD_version after addition of mnt_xflag.  Add a note
  to UPDATING.

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

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Fri May 29 18:48:18 2009        (r193046)
+++ head/UPDATING       Fri May 29 18:50:27 2009        (r193047)
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
        to maximize performance.  (To disable malloc debugging, run
        ln -s aj /etc/malloc.conf.)
 
+20090529:
+       Add mnt_xflag field to 'struct mount.  File system modules
+       need to be rebuilt.
+       Bump __FreeBSD_version to 800093.
+
 20090528:
        The compiling option ADAPTIVE_SX has been retired while it has been
        introduced the option NO_ADAPTIVE_SX which handles the reversed logic.

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Fri May 29 18:48:18 2009        (r193046)
+++ head/sys/sys/param.h        Fri May 29 18:50:27 2009        (r193047)
@@ -57,7 +57,7 @@
  *             is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800092       /* Master, propagated to newvers */
+#define __FreeBSD_version 800093       /* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to