summaryrefslogtreecommitdiffstats
path: root/sys/sys/bio.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-12-10 09:40:29 +0000
committerphk <phk@FreeBSD.org>1999-12-10 09:40:29 +0000
commit600b6d43b7aea86ce8af89c832e6ecc39737cf7d (patch)
treeea834b5a6d92fd4c856fd64bc0bdcb92bd946ce0 /sys/sys/bio.h
parent5aa876a119748db16a0d7e9093395ddb0348860f (diff)
downloadFreeBSD-src-600b6d43b7aea86ce8af89c832e6ecc39737cf7d.zip
FreeBSD-src-600b6d43b7aea86ce8af89c832e6ecc39737cf7d.tar.gz
Remove the B_BAD buffer flag, it is no longer used.
Diffstat (limited to 'sys/sys/bio.h')
-rw-r--r--sys/sys/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index f350e82..f9a09bb 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -186,7 +186,7 @@ struct buf {
#define B_AGE 0x00000001 /* Move to age queue when I/O done. */
#define B_NEEDCOMMIT 0x00000002 /* Append-write in progress. */
#define B_ASYNC 0x00000004 /* Start I/O, do not wait. */
-#define B_BAD 0x00000008 /* Bad block revectoring in progress. */
+#define B_UNUSED0 0x00000008 /* Old B_BAD */
#define B_UNUSED1 0x00000010 /* Old B_BUSY */
#define B_CACHE 0x00000020 /* Bread found us in the cache. */
#define B_CALL 0x00000040 /* Call b_iodone from biodone. */
OpenPOWER on IntegriCloud