Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 armani-dev#3, and trigger gc as well. Signed-off-by: Jaegeuk Kim <[email protected]>
- Loading branch information