aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-05-29 18:50:27 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-05-29 18:50:27 +0000
commitb89fed6747c280966ef951a8712a33d8e65d0aab (patch)
tree9d8fafcfb26887b767ede5a9b08a59f8ffca6112
parente0a69b51ac09dc0376611274903ba683e2d1ace7 (diff)
downloadsrc-b89fed6747c280966ef951a8712a33d8e65d0aab.tar.gz
src-b89fed6747c280966ef951a8712a33d8e65d0aab.zip
Update __FreeBSD_version after addition of mnt_xflag. Add a note
to UPDATING.
Notes
Notes: svn path=/head/; revision=193047
-rw-r--r--UPDATING5
-rw-r--r--sys/sys/param.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a0363808853d..59a095a2dabe 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
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.
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 34d3c139fbf2..be80efeaf3cc 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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>