aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 08:00:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 08:00:25 +0200
commit6065b906364c8a852f88bdacb584d1cad4d63744 (patch)
treec1f3ea6042291ae6963b878306fc3d3c29b8e0e5
parent511db268c6b30f7a3acaf176ea473380bd71c1d1 (diff)
downloadman-pages-6065b906364c8a852f88bdacb584d1cad4d63744.tar.gz
open.2: ubifs supports O_TMPFILE starting with Linux 4.9
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/open.29
1 files changed, 5 insertions, 4 deletions
diff --git a/man2/open.2 b/man2/open.2
index f77f5ddbd5..3b9d46b10d 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -762,14 +762,15 @@ only a subset of Linux filesystems provide that support.
In the initial implementation, support was provided in
the ext2, ext3, ext4, UDF, Minix, and shmem filesystems.
.\" To check for support, grep for "tmpfile" in kernel sources
-XFS support was added
+Support for other filesystems has subsequently been added as follows:
+XFS (Linux 3.15);
.\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
.\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-in Linux 3.15, and support for Btrfs
+Btrfs (Linux 3.16);
.\" commit ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c
-and F2FS
+F2FS (Linux 3.16);
.\" commit 50732df02eefb39ab414ef655979c2c9b64ad21c
-was added in Linux 3.16.
+and ubifs (Linux 4.9)
.TP
.B O_TRUNC
If the file already exists and is a regular file and the access mode allows