summaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:53:17 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:53:17 +0000
commit8c01aac81f9a7a3399f0e715600baab0b94d0a4c (patch)
treeeed514e96cec1b788f29b10d1f06e9d43c521303 /nfs/ChangeLog
parent1584a9200a511a6ce330917be8dcaf957bb7c2e2 (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* ops.c (netfs_get_dirents): Use munmap instead of vm_deallocate. * 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 5099c1bf..ec32307b 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * ops.c (netfs_get_dirents): Use munmap instead of vm_deallocate.
+ * pager.c (pager_read_page): Likewise.
+
1999-02-01 Mark Kettenis <kettenis@phys.uva.nl>
* ops.c: Include <maptime.h>.