commit | 203681f65b07055259bd475a6281136615b4e9a4 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Wed Feb 05 13:03:57 2014 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Feb 17 14:58:53 2014 +0900 |
tree | 81d75a7d692542c64f5bc7d724d0ebe51b98d382 | |
parent | bd859c6598dd2b73c517b3a36ecc5dd387eb1eb2 [diff] |
f2fs: fix f2fs_write_meta_page at no checkpoint status If f2fs entered errorneous checkpoint status, it should skip writing meta pages instead of redirtying the pages out. Otherwise, it cannot unmount the partition even though f2fs is under read-only status. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>