]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: enable in-place-update for fdatasync
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 25 Jul 2014 02:11:43 +0000 (19:11 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 30 Jul 2014 21:13:23 +0000 (14:13 -0700)
commit6667b585f875ecc8fa27f6085afd2eb6cfe4af70
tree12ac50b385998668bc2978e0949897e071b43ea3
parent89e40ee36328d64166db802360f0ad2de12a93e8
f2fs: enable in-place-update for fdatasync

This patch enforces in-place-updates only when fdatasync is requested.
If we adopt this in-place-updates for the fdatasync, we can skip to write the
recovery information.

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