aboutsummaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:31:15 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:31:15 +0000
commit36764cedd63af870d7baba5a397880bb933ed136 (patch)
tree18079bae689297a9f93dc045bbfa11623bf09c7f /nfs/ChangeLog
parent6e37ec7cf99f271884d1b7e5e6ebf61746be4847 (diff)
downloadhurd-36764cedd63af870d7baba5a397880bb933ed136.tar.gz
hurd-36764cedd63af870d7baba5a397880bb933ed136.tar.bz2
hurd-36764cedd63af870d7baba5a397880bb933ed136.zip
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* ops.c (netfs_get_dirents): Use mmap instead of vm_allocate. * pager.c (pager_read_page): Likewise.
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r--nfs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index bbea0bc1..9905bb06 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -2,6 +2,11 @@
* nfs.h: Add #include <sys/mman.h> for munmap decl.
+1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * ops.c (netfs_get_dirents): Use mmap instead of vm_allocate.
+ * pager.c (pager_read_page): Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* ops.c (netfs_get_dirents): Use munmap instead of vm_deallocate.