commit | c46a155bdf3c8877719aa63d1bf1d6e79e2a9764 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Dec 31 13:49:17 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Dec 31 13:49:17 2015 -0800 |
tree | 5e2388b5ca095d0dfc51b5f4297e5418ba3e5ba7 | |
parent | 8d4ea29b6426470456ee9daee64bac55a3b13289 [diff] |
f2fs: use IPU for fdatasync This patch fixes missing IPU condition when fdatasync is called. With this patch, fdatasync is able to avoid additional node writes for recovery. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>