From: Jaegeuk Kim Date: Wed, 5 Feb 2014 04:03:57 +0000 (+0900) Subject: f2fs: fix f2fs_write_meta_page at no checkpoint status X-Git-Tag: v3.15-rc1~62^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203681f65b07055259bd475a6281136615b4e9a4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed