summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.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_disklabel.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_disklabel.c')
-rw-r--r--sys/kern/subr_disklabel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c
index a0f2f3d..05339cb 100644
--- a/sys/kern/subr_disklabel.c
+++ b/sys/kern/subr_disklabel.c
@@ -105,8 +105,7 @@ bioqdisksort(bioq, bp)
* If the queue is empty or we are an
* ordered transaction, then it's easy.
*/
- if ((bq = bioq_first(bioq)) == NULL
- || (bp->bio_flags & BIO_ORDERED) != 0) {
+ if ((bq = bioq_first(bioq)) == NULL) {
bioq_insert_tail(bioq, bp);
bioq->busy = 0;
return;
OpenPOWER on IntegriCloud