svn commit: r184555 - head/sys/sys

Attilio Rao attilio at FreeBSD.org
Sun Nov 2 02:20:19 PST 2008


Author: attilio
Date: Sun Nov  2 10:20:18 2008
New Revision: 184555
URL: http://svn.freebsd.org/changeset/base/184555

Log:
  Bump __FreeBSD_version in order to reflect vfs_busy() prototype changing
  and its flags (MBF_NOWAIT, MBF_MNTLSTLOCK) introduction.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Nov  2 10:15:42 2008	(r184554)
+++ head/sys/sys/param.h	Sun Nov  2 10:20:18 2008	(r184555)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800052	/* Master, propagated to newvers */
+#define __FreeBSD_version 800053	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-head mailing list