diff options
| author | 2007-03-23 22:04:16 +0000 | |
|---|---|---|
| committer | 2007-03-23 22:04:16 +0000 | |
| commit | 5218ec346b95717a841c9179ee4e49b505bf2604 (patch) | |
| tree | 2d99b246708b432b4721bbe7577e773d066b562c | |
| parent | Do not enter ddb from the interrupt handler unless option DEBUG. (diff) | |
| download | wireguard-openbsd-5218ec346b95717a841c9179ee4e49b505bf2604.tar.xz wireguard-openbsd-5218ec346b95717a841c9179ee4e49b505bf2604.zip | |
Remove 'b_synclist' from struct buf, okay krw@
From Juan Hernandez Gonzalez
| -rw-r--r-- | sys/sys/buf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h index 14c36bed23a..d6abbcad21b 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.54 2007/02/24 11:59:47 miod Exp $ */ +/* $OpenBSD: buf.h,v 1.55 2007/03/23 22:04:16 pedro Exp $ */ /* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */ /* @@ -73,7 +73,6 @@ struct buf { LIST_ENTRY(buf) b_hash; /* Hash chain. */ LIST_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */ TAILQ_ENTRY(buf) b_freelist; /* Free list position if not active. */ - TAILQ_ENTRY(buf) b_synclist; /* List of dirty buffers to be written out */ time_t b_synctime; /* Time this buffer should be flushed */ struct buf *b_actf, **b_actb; /* Device driver queue when active. */ struct proc *b_proc; /* Associated proc; NULL if kernel. */ |
