summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/vm/vm_mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index ef63f85..bf9f5f9 100644
--- a/sys/vm/vm_mmap.c
+++ b/sys/vm/vm_mmap.c
@@ -1289,7 +1289,7 @@ vm_mmap_vnode(struct thread *td, vm_size_t objsize,
vp = (struct vnode *)obj->handle;
/*
* Bypass filesystems obey the mpsafety of the
- * underlying fs.
+ * underlying fs. Tmpfs never bypasses.
*/
error = vget(vp, locktype, td);
if (error != 0)
OpenPOWER on IntegriCloud