summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3/g_raid3.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2016-04-14 05:10:41 +0000
committerimp <imp@FreeBSD.org>2016-04-14 05:10:41 +0000
commit19f97c184f0cadbfe6eaf32e2c3f2b84103ebe81 (patch)
tree771261487fac0e42311b4cbdb99207d4ce303902 /sys/geom/raid3/g_raid3.c
parent4c3365f0f1beadc7e200aafb69275318bb3ac1b6 (diff)
downloadFreeBSD-src-19f97c184f0cadbfe6eaf32e2c3f2b84103ebe81.zip
FreeBSD-src-19f97c184f0cadbfe6eaf32e2c3f2b84103ebe81.tar.gz
Bump bio_cmd and bio_*flags from 8 bits to 16.
Differential Revision: https://reviews.freebsd.org/D5784
Diffstat (limited to 'sys/geom/raid3/g_raid3.c')
-rw-r--r--sys/geom/raid3/g_raid3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index 584076f..617f72e 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -2127,7 +2127,7 @@ process:
g_raid3_sync_request(bp); /* WRITE */
else {
KASSERT(0,
- ("Invalid request cflags=0x%hhx to=%s.",
+ ("Invalid request cflags=0x%hx to=%s.",
bp->bio_cflags, bp->bio_to->name));
}
} else if (g_raid3_register_request(bp) != 0) {
OpenPOWER on IntegriCloud