svn commit: r281225 - head/sys/sys
Mark Johnston
markj at FreeBSD.org
Tue Apr 7 19:37:50 UTC 2015
Author: markj
Date: Tue Apr 7 19:37:49 2015
New Revision: 281225
URL: https://svnweb.freebsd.org/changeset/base/281225
Log:
Add B_KVAALLOC and B_UNMAPPED to the buf flag name list.
Differential Revision: https://reviews.freebsd.org/D1895
Submitted by: Conrad Meyer
MFC after: 1 week
Modified:
head/sys/sys/buf.h
Modified: head/sys/sys/buf.h
==============================================================================
--- head/sys/sys/buf.h Tue Apr 7 19:33:07 2015 (r281224)
+++ head/sys/sys/buf.h Tue Apr 7 19:37:49 2015 (r281225)
@@ -231,8 +231,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-head
mailing list