open.2: F2FS support for O_TMPFILE was added in Linux 3.16

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-26 11:08:30 +02:00
parent 8ec6a2110b
commit bd79a35ae9
1 changed files with 5 additions and 2 deletions

View File

@ -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