]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tmpfs.5: Extend with new noswap documentation
authorLuis Chamberlain <mcgrof@kernel.org>
Wed, 20 Sep 2023 23:50:22 +0000 (16:50 -0700)
committerAlejandro Colomar <alx@kernel.org>
Tue, 26 Sep 2023 23:37:42 +0000 (01:37 +0200)
Linux commit 2c6efe9cf2d7 ("shmem: add support to ignore swap")
merged as of v6.4 added support to disable swap for tmpfs mounts.

This extends the man page to document that.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/tmpfs.5

index 5274e632d6fdd35c37b99e108c60292ba6638012..047a17a78ee00de28279d1040988ff2660c8e806 100644 (file)
@@ -103,6 +103,12 @@ suffixes like
 .BR size ,
 but not a % suffix.
 .TP
+.BR noswap "(since Linux 6.4)"
+.\" commit 2c6efe9cf2d7841b75fe38ed1adbd41a90f51ba0
+Disables swap.
+Remounts must respect the original settings.
+By default swap is enabled.
+.TP
 .BR mode "=\fImode\fP"
 Set initial permissions of the root directory.
 .TP