diff options
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r-- | sys/kern/subr_devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 7ebc257..81740ed 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -241,7 +241,7 @@ devstat_end_transaction_buf(struct devstat *ds, struct buf *bp) flg = DEVSTAT_WRITE; devstat_end_transaction(ds, bp->b_bcount - bp->b_resid, - (bp->b_flags & B_ORDERED) ? + (bp->b_ioflags & BIO_ORDERED) ? DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE, flg); } |