Commit 6e2c64ad authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix SSA updates resulting in corruption



The f2fs_collapse_range and f2fs_insert_range changes the block addresses
directly. But that can cause uncovered SSA updates.
In that case, we need to give up to change the block addresses and do buffered
writes to keep filesystem consistency.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent a1257023
Supports Markdown
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