aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/bio.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-30 10:16:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-30 10:16:31 +0000
commitd2a0822e9dfbc596cb4c487ac73a2410874a6edc (patch)
tree7101e0328469b585c2dd2fc1d37947dde3c10b30 /sys/sys/bio.h
parent0c4b980607026c8264aca53ce26a0c8aaeec8f5f (diff)
downloadsrc-d2a0822e9dfbc596cb4c487ac73a2410874a6edc.tar.gz
src-d2a0822e9dfbc596cb4c487ac73a2410874a6edc.zip
retire the "busy" field in bioqueues, it's served it's purpose.
Notes
Notes: svn path=/head/; revision=112848
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 1628e61bae33..c7e81ea8d114 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);