summaryrefslogtreecommitdiffstats
path: root/sys/sys/bio.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-30 10:16:31 +0000
committerphk <phk@FreeBSD.org>2003-03-30 10:16:31 +0000
commitbb8188c89538d3d7a82ea0438d714333d9d1f38e (patch)
tree7101e0328469b585c2dd2fc1d37947dde3c10b30 /sys/sys/bio.h
parent76f4d8a27e891cab1bbb930d63060b9db0bd7650 (diff)
downloadFreeBSD-src-bb8188c89538d3d7a82ea0438d714333d9d1f38e.zip
FreeBSD-src-bb8188c89538d3d7a82ea0438d714333d9d1f38e.tar.gz
retire the "busy" field in bioqueues, it's served it's purpose.
Diffstat (limited to 'sys/sys/bio.h')
-rw-r--r--sys/sys/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index 1628e61..c7e81ea 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -111,7 +111,6 @@ struct bio_queue_head {
daddr_t last_pblkno;
struct bio *insert_point;
struct bio *switch_point;
- int busy;
};
void biodone(struct bio *bp);
OpenPOWER on IntegriCloud