summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 09:26:35 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 09:26:35 +0000
commit57c10583aa0f409c32126cb480f6b8ca59724ed1 (patch)
treec52fd868262e61a637aaf017a4cb137977bf47ce /sys/kern/subr_devstat.c
parentaf91f4fa1699b9908ce297297fb9f1ed47eef3f2 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index 8831a2f8fcc0..dabdf9d08b30 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -240,8 +240,7 @@ devstat_end_transaction_bio(struct devstat *ds, struct bio *bp)
flg = DEVSTAT_WRITE;
devstat_end_transaction(ds, bp->bio_bcount - bp->bio_resid,
- (bp->bio_flags & BIO_ORDERED) ?
- DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE, flg);
+ DEVSTAT_TAG_SIMPLE, flg);
}
/*