summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-09-22 23:03:53 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-09-22 23:03:53 +0000
commit28987204bc1c2e8de7e973dcab1871e887297931 (patch)
tree54427603c48fbeffb435639dbc1f2f9e8502e0b6
parentb1f344db2246895b1081d9d7de0c855b4d4814ea (diff)
Remove B_GATHERED, okay thib@
-rw-r--r--sys/sys/buf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index 559a3fb1596..30e4bfabfd8 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf.h,v 1.47 2006/07/11 21:17:58 mickey Exp $ */
+/* $OpenBSD: buf.h,v 1.48 2006/09/22 23:03:52 pedro Exp $ */
/* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */
/*
@@ -151,7 +151,6 @@ struct buf *bufq_default_get(struct bufq *);
#define B_DONE 0x00000200 /* I/O completed. */
#define B_EINTR 0x00000400 /* I/O was interrupted */
#define B_ERROR 0x00000800 /* I/O error occurred. */
-#define B_GATHERED 0x00001000 /* LFS: already in a segment. */
#define B_INVAL 0x00002000 /* Does not contain valid info. */
#define B_LOCKED 0x00004000 /* Locked in core (not reusable). */
#define B_NOCACHE 0x00008000 /* Do not cache block after use. */