aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-11-04 19:14:19 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-11-04 19:18:40 +0000
commit8794e3718ec3b2a05a70e9c0afd6ab5cac503cdb (patch)
tree8349161b66d537900150aa8ef196654ae344defb
parentf3a7ed2047dffaebbfbb3920e993e9df424be728 (diff)
sys/bio.h: print BIO_EXTERR flag
Noted by: imp Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/bio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index fa7f19961ebd..5c12c858f3e5 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -70,7 +70,8 @@
#define BIO_SPEEDUP_WRITE 0x4000 /* Resource shortage at upper layers */
#define BIO_SPEEDUP_TRIM 0x8000 /* Resource shortage at upper layers */
-#define PRINT_BIO_FLAGS "\20\20speedup_trim\17speedup_write\12swap\7vlist\6transient_mapping\5unmapped" \
+#define PRINT_BIO_FLAGS "\20\20speedup_trim\17speedup_write\16exterr" \
+ "\12swap\7vlist\6transient_mapping\5unmapped" \
"\4ordered\3onqueue\2done\1error"