ubifs: Implement O_TMPFILE
authorRichard Weinberger <richard@nod.at>
Wed, 14 Sep 2016 20:28:49 +0000 (22:28 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 2 Oct 2016 20:55:02 +0000 (22:55 +0200)
commit474b93704f32163af4bfa728fddc570eba357353
tree2d7584f287efa71cbf3f7137c1aa9eb6dbcb1a90
parentf7d11b33d4e8cedf19367c09b891bbc705163976
ubifs: Implement O_TMPFILE

This patchs adds O_TMPFILE support to UBIFS.
A temp file is a reference to an unlinked inode, a user
holding the reference can use it. As soon it is being closed
all data vanishes.

Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/dir.c