commit | 474b93704f32163af4bfa728fddc570eba357353 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Wed Sep 14 22:28:49 2016 +0200 |
committer | Richard Weinberger <richard@nod.at> | Sun Oct 02 22:55:02 2016 +0200 |
tree | 2d7584f287efa71cbf3f7137c1aa9eb6dbcb1a90 | |
parent | f7d11b33d4e8cedf19367c09b891bbc705163976 [diff] |
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>