Skip to content
Commit 953a3e27 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix to give correct parent inode number for roll forward



When we recover fsync'ed data after power-off-recovery, we should guarantee
that any parent inode number should be correct for each direct inode blocks.

So, let's make the following rules.

- The fsync should do checkpoint to all the inodes that were experienced hard
links.

- So, the only normal files can be recovered by roll-forward.

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