summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-11-27 01:14:21 +0000
committertegge <tegge@FreeBSD.org>1998-11-27 01:14:21 +0000
commit03c8e15ce9ae9d45f6e03a6f9f202f076ce39c5d (patch)
treec3c6b0b2a7c79e9755ef10d1e6698ebe610407ef /sys/kern/vfs_aio.c
parent0e6b1a9b50acdada04dfbc36ec9aa2e556336029 (diff)
downloadFreeBSD-src-03c8e15ce9ae9d45f6e03a6f9f202f076ce39c5d.zip
FreeBSD-src-03c8e15ce9ae9d45f6e03a6f9f202f076ce39c5d.tar.gz
Don't forget to update the pmap associated with aio daemons when adding
new page directory entries for a growing kernel virtual address space.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index ffa6912..582eb96 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: vfs_aio.c,v 1.33 1998/08/17 17:28:10 bde Exp $
+ * $Id: vfs_aio.c,v 1.34 1998/10/25 17:44:52 phk Exp $
*/
/*
@@ -245,7 +245,7 @@ static vm_zone_t kaio_zone=0, aiop_zone=0,
/*
* Single AIOD vmspace shared amongst all of them
*/
-static struct vmspace *aiovmspace = NULL;
+struct vmspace *aiovmspace = NULL;
/*
* Startup initialization
OpenPOWER on IntegriCloud