summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
commitf23b4c91c4fb94e1bb6aeb4e7747f4ccf7767b41 (patch)
tree6b83fdf6eb5926c2f3d175a83d24bf5a2611a012 /sys/kern/vfs_bio.c
parentfa074287a4952da8528838c7812d02678e4c7205 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 810e28d1371e..594dd7ba0c51 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.7 1994/08/07 14:53:20 davidg Exp $
+ * $Id: vfs_bio.c,v 1.8 1994/08/08 15:40:59 wollman Exp $
*/
#include <sys/param.h>
@@ -35,6 +35,8 @@
struct buf *buf; /* buffer header pool */
int nbuf; /* number of buffer headers calculated elsewhere */
+struct swqueue bswlist;
+struct buf *bclnlist; /* Head of cleaned page list. */
extern vm_map_t buffer_map, io_map;