Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: read page index before freeing
The function truncate_node frees the page with f2fs_put_page. However, the page index is read after that. So, the patch reads the index before freeing the page. Fixes: bf39c00 ("f2fs: drop obsolete node page when it is truncated") Cc: <[email protected]> Signed-off-by: Pan Bian <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
- Loading branch information