Skip to content
Commit 6e17bfbc authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix to overcome inline_data floods



The scenario is:
1. create lots of node blocks
2. sync
3. write lots of inline_data
-> got panic due to no free space

In that case, we should flush node blocks when writing inline_data in #3,
and trigger gc as well.

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