]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: support ->tmpfile()
authorChao Yu <chao2.yu@samsung.com>
Thu, 19 Jun 2014 08:23:19 +0000 (16:23 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 9 Jul 2014 21:04:24 +0000 (14:04 -0700)
commitf18a5751f2f6d3e10bb3a8aaaae4f8029025bc66
treee8cb6cb0be5951f112ced0406d5bd0c6721aa60e
parent9c6356ab3fbdcb006a828d403b56ed5f280f30e5
f2fs: support ->tmpfile()

Add function f2fs_tmpfile() to support O_TMPFILE file creation, and modify logic
of init_inode_metadata to enable linkat temp file.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/namei.c