Skip to content
  • Jaegeuk Kim's avatar
    f2fs: remove rewrite_node_page · 202095a7
    Jaegeuk Kim authored
    
    
    I think we need to let the dirty node pages remain in the page cache instead
    of rewriting them in their places.
    So, after done with successful recovery, write_checkpoint will flush all of them
    through the normal write path.
    Through this, we can avoid potential error cases in terms of block allocation.
    
    Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
    202095a7