commit | b7f204cca4b7155f47e64555614b1f534a53737e | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 25 19:54:48 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Apr 10 15:08:27 2015 -0700 |
tree | 060c9f91afe8d29702ae2c485916ab497a8623b6 | |
parent | 2bca1e2388a8a9e8a3db0daf54fcc124516a3e83 [diff] |
f2fs: check its block allocation to avoid producing wrong dirty pages If a page is cached but its block was deallocated, we don't need to make the page dirty again by gc and truncate_partial_data_page. In that case, it needs to check its block allocation all the time instead of giving up-to-date page. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>