summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-02-22 09:26:35 +0000
committerphk <phk@FreeBSD.org>2002-02-22 09:26:35 +0000
commitb9b775cf13e59a7cc373855362fec46d7b862077 (patch)
treec52fd868262e61a637aaf017a4cb137977bf47ce /sys/kern/subr_devstat.c
parent8b5a71f365fa771240bb1b5f8790a9c194013468 (diff)
downloadFreeBSD-src-b9b775cf13e59a7cc373855362fec46d7b862077.zip
FreeBSD-src-b9b775cf13e59a7cc373855362fec46d7b862077.tar.gz
GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.
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 8831a2f..dabdf9d 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);
}
/*
OpenPOWER on IntegriCloud