commit | fffc2a00fc01b781c1e3b9541e3e0f270c50ce90 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Fri Feb 21 13:17:22 2014 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Feb 24 16:00:40 2014 +0900 |
tree | ef9baeee5d33b51acda782320c7b47299345fec3 | |
parent | 6437d1b0adb46f29aafcbf10950a89211028ca09 [diff] |
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 <jaegeuk.kim@samsung.com>