From: Jaegeuk Kim Date: Wed, 16 Oct 2013 06:09:26 +0000 (+0900) Subject: f2fs: avoid to write during the recovery X-Git-Tag: v3.13-rc1~113^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a9bd265678ec3cc8431b14bcb14c68d0f94032;p=pandora-kernel.git f2fs: avoid to write during the recovery This patch enhances the recovery routine not to write any data/node/meta until its completion. If any writes are sent to the disk, it could contaminate the written history that will be used for further recovery. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed