commit | ea1aa12ca237149227ef68af50c9a1acf027b625 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Jul 24 19:11:43 2014 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Jul 30 14:13:23 2014 -0700 |
tree | 12ac50b385998668bc2978e0949897e071b43ea3 | |
parent | 6d99ba41a72c1213f2029e6fc66aa7943339b5db [diff] |
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>