fs: add RWF_APPEND
authorJürg Billeter <j@bitron.ch>
Fri, 29 Sep 2017 12:07:17 +0000 (14:07 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 26 Jan 2018 00:32:55 +0000 (19:32 -0500)
commite1fc742e14e01d84d9693c4aca4ab23da65811fb
tree5f6aa92ad10ebd83a667d246b17c8fb4e3cb8f4e
parentc981f254cc82f50f8cb864ce6432097b23195b9c
fs: add RWF_APPEND

This is the per-I/O equivalent of O_APPEND to support atomic append
operations on any open file.

If a file is opened with O_APPEND, pwrite() ignores the offset and
always appends data to the end of the file. RWF_APPEND enables atomic
append and pwrite() with offset on a single file descriptor.

Signed-off-by: Jürg Billeter <j@bitron.ch>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h
include/uapi/linux/fs.h