From: Jaegeuk Kim Date: Fri, 21 Feb 2014 04:17:22 +0000 (+0900) Subject: f2fs: fix to mark the checkpointed nat entry correctly X-Git-Tag: v3.15-rc1~62^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fffc2a00fc01b781c1e3b9541e3e0f270c50ce90;p=pandora-kernel.git f2fs: fix to mark the checkpointed nat entry correctly The nat cache entry maintains a status whether it is checkpointed or not. So, if a new cache entry is loaded from the last checkpoint, nat_entry->checkpointed should be true. If the cache entry is modified as being dirty, nat_entry->checkpoint should be false. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed