Skip to content
Commit 354a3399 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: recover wrong pino after checkpoint during fsync



If a file is linked, f2fs loose its parent inode number so that fsync calls
for the linked file should do checkpoint all the time.
But, if we can recover its parent inode number after the checkpoint, we can
adjust roll-forward mechanism for the further fsync calls, which is able to
improve the fsync performance significatly.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent b25958b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment