git: 8794e3718ec3 - main - sys/bio.h: print BIO_EXTERR flag

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 04 Nov 2025 19:18:56 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=8794e3718ec3b2a05a70e9c0afd6ab5cac503cdb

commit 8794e3718ec3b2a05a70e9c0afd6ab5cac503cdb
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-11-04 19:14:19 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-11-04 19:18:40 +0000

    sys/bio.h: print BIO_EXTERR flag
    
    Noted by:       imp
    Sponsored by:   The FreeBSD Foundation
---
 sys/sys/bio.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"