svn commit: r281608 - stable/10/sys/sys

Mark Johnston markj at FreeBSD.org
Thu Apr 16 19:04:39 UTC 2015


Author: markj
Date: Thu Apr 16 19:04:38 2015
New Revision: 281608
URL: https://svnweb.freebsd.org/changeset/base/281608

Log:
  MFC r281225:
  Add B_KVAALLOC and B_UNMAPPED to the buf flag name list.

Modified:
  stable/10/sys/sys/buf.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/sys/buf.h
==============================================================================
--- stable/10/sys/sys/buf.h	Thu Apr 16 18:47:28 2015	(r281607)
+++ stable/10/sys/sys/buf.h	Thu Apr 16 19:04:38 2015	(r281608)
@@ -226,8 +226,8 @@ struct buf {
 #define PRINT_BUF_FLAGS "\20\40remfree\37cluster\36vmio\35ram\34managed" \
 	"\33paging\32infreecnt\31nocopy\30b23\27relbuf\26dirty\25b20" \
 	"\24b19\23b18\22clusterok\21malloc\20nocache\17b14\16inval" \
-	"\15b12\14b11\13eintr\12done\11persist\10delwri\7validsuspwrt" \
-	"\6cache\5deferred\4direct\3async\2needcommit\1age"
+	"\15kvaalloc\14unmapped\13eintr\12done\11persist\10delwri" \
+	"\7validsuspwrt\6cache\5deferred\4direct\3async\2needcommit\1age"
 
 /*
  * These flags are kept in b_xflags.


More information about the svn-src-all mailing list