aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/mirror
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-04-14 05:10:41 +0000
committerWarner Losh <imp@FreeBSD.org>2016-04-14 05:10:41 +0000
commit9a8fa125c1254266563fb16e3c94e4c677906121 (patch)
tree771261487fac0e42311b4cbdb99207d4ce303902 /sys/geom/mirror
parentbd3bce41db1e29fb96124a57e89d02e56c4c242b (diff)
downloadsrc-9a8fa125c1254266563fb16e3c94e4c677906121.tar.gz
src-9a8fa125c1254266563fb16e3c94e4c677906121.zip
Bump bio_cmd and bio_*flags from 8 bits to 16.
Differential Revision: https://reviews.freebsd.org/D5784
Notes
Notes: svn path=/head/; revision=297955
Diffstat (limited to 'sys/geom/mirror')
-rw-r--r--sys/geom/mirror/g_mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index 70f5eb115fe3..59da98027266 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -1905,7 +1905,7 @@ g_mirror_worker(void *arg)
g_mirror_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 {