diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-30 14:26:04 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-30 14:26:04 +0000 |
| commit | c57886c592e1003f6c8bc6eff76cc2d02fd0e40d (patch) | |
| tree | 7bd8c7af2c0f5152224b9bf8064281e58effac03 | |
| parent | 68e12ba37ec30a3e4235fdaf70d463433abbb3a7 (diff) | |
Notes
| -rw-r--r-- | sys/sys/bio.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 3d5b12c24ff4..d012c86881d7 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -44,18 +44,6 @@ #include <sys/queue.h> -struct bio; - -struct iodone_chain { - long ic_prev_flags; - void (*ic_prev_iodone)(struct bio *); - void *ic_prev_iodone_chain; - struct { - long ia_long; - void *ia_ptr; - } ic_args[5]; -}; - /* * The bio structure describes an I/O operation in the kernel. */ @@ -84,7 +72,6 @@ struct bio { /* XXX: these go away when bio chaining is introduced */ daddr_t bio_pblkno; /* physical block number */ - struct iodone_chain *bio_done_chain; struct bio *bio_linkage; }; |
