From b89fed6747c280966ef951a8712a33d8e65d0aab Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 29 May 2009 18:50:27 +0000 Subject: Update __FreeBSD_version after addition of mnt_xflag. Add a note to UPDATING. --- UPDATING | 5 +++++ sys/sys/param.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.3