aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-09-26 11:08:30 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-07 09:13:57 +0200
commitbd79a35ae9c52a6cd82d21014f0844fe8b591add (patch)
tree5717fa1cdac63200ec10c20af5321560ad78f748 /man2
parent8ec6a2110b8ae33211b8cd33670c28a953ada9f7 (diff)
downloadman-pages-bd79a35ae9c52a6cd82d21014f0844fe8b591add.tar.gz
open.2: F2FS support for O_TMPFILE was added in Linux 3.16
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/open.27
1 files changed, 5 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2
index 4752b972f0..f77f5ddbd5 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -761,12 +761,15 @@ requires support by the underlying filesystem;
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
.\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
.\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-in Linux 3.15, and Btrfs support was added
+in Linux 3.15, and support for Btrfs
.\" commit ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c
-in Linux 3.16.
+and F2FS
+.\" commit 50732df02eefb39ab414ef655979c2c9b64ad21c
+was added in Linux 3.16.
.TP
.B O_TRUNC
If the file already exists and is a regular file and the access mode allows