Skip to content
Commit 1e1bb4ba authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: add inline_data recovery routine



This patch adds a inline_data recovery routine with the following policy.

[prev.] [next] of inline_data flag
   o       o  -> recover inline_data
   o       x  -> remove inline_data, and then recover data blocks
   x       o  -> remove inline_data, and then recover inline_data
   x       x  -> recover data blocks

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