• J
    f2fs: check s_dirty under cp_mutex · 8501017e
    Jaegeuk Kim 提交于
    It needs to check s_dirty under cp_mutex, since s_dirty is reset under that
    mutex.
    And previous condition was not correct, since we can omit doing checkpoint
    when checkpoint was done followed by all the node pages were written back.
    Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
    8501017e
super.c 30.3 KB