summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-01-31 11:04:41 +0000
committerkib <kib@FreeBSD.org>2015-01-31 11:04:41 +0000
commitb397ed48ffe5b08853689953cb68b4ad1dc04241 (patch)
tree011eaa1dc35467cf42d11f0402b1dad0e2a393e9 /sys/fs/tmpfs
parent8cc5d657dc11a2cf776cd3d403699c2e89344b5d (diff)
downloadFreeBSD-src-b397ed48ffe5b08853689953cb68b4ad1dc04241.zip
FreeBSD-src-b397ed48ffe5b08853689953cb68b4ad1dc04241.tar.gz
MFC r277827:
tmpfs does not use UVM on FreeBSD.
Diffstat (limited to 'sys/fs/tmpfs')
-rw-r--r--sys/fs/tmpfs/tmpfs_vfsops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c
index cb4a32b..21b2821 100644
--- a/sys/fs/tmpfs/tmpfs_vfsops.c
+++ b/sys/fs/tmpfs/tmpfs_vfsops.c
@@ -33,10 +33,10 @@
/*
* Efficient memory file system.
*
- * tmpfs is a file system that uses NetBSD's virtual memory sub-system
- * (the well-known UVM) to store file data and metadata in an efficient
- * way. This means that it does not follow the structure of an on-disk
- * file system because it simply does not need to. Instead, it uses
+ * tmpfs is a file system that uses FreeBSD's virtual memory
+ * sub-system to store file data and metadata in an efficient way.
+ * This means that it does not follow the structure of an on-disk file
+ * system because it simply does not need to. Instead, it uses
* memory-specific data structures and algorithms to automatically
* allocate and release resources.
*/
OpenPOWER on IntegriCloud