summaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/node.c b/tmpfs/node.c
index c127412e..17fe8ce7 100644
--- a/tmpfs/node.c
+++ b/tmpfs/node.c
@@ -505,7 +505,7 @@ diskfs_get_filemap (struct node *np, vm_prot_t prot)
assert_perror (err);
/* XXX we need to keep a reference to the object, or GNU Mach
- could try to terminate it while cleaning object cache */
+ will terminate it when we release the map. */
vm_map (mach_task_self (), &np->dn->u.reg.memref, 4096, 0, 1,
np->dn->u.reg.memobj, 0, 0, VM_PROT_NONE, VM_PROT_NONE,
VM_INHERIT_NONE);