diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-12-26 04:49:48 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-06 08:42:20 +0100 |
commit | 1e1bb4baf10be371f72150e2801d97a04d40b3b9 (patch) | |
tree | 708ae4f4d93b05f063aa1c50538c53cdcbae5350 /fs/f2fs/dir.c | |
parent | f2fs: add the number of inline_data files to status info (diff) | |
download | linux-1e1bb4baf10be371f72150e2801d97a04d40b3b9.tar.xz linux-1e1bb4baf10be371f72150e2801d97a04d40b3b9.zip |
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: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/dir.c')
0 files changed, 0 insertions, 0 deletions