commit | febeca6d375531f2d3244b47bf0eb396180689e0 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Jun 05 18:29:08 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jul 04 02:11:38 2017 -0700 |
tree | 5f98dcd0589d0b465726f46cc32d51c3a719e9e5 | |
parent | d9703d9097d7c97f735a3b7870c52735a4dfa051 [diff] |
f2fs: don't track newly allocated nat entry in list We will never persist newly allocated nat entries during checkpoint(), so we don't need to track such nat entries in nat dirty list in order to avoid: - more latency during traversing dirty list; - sorting nat sets incorrectly due to recording wrong entry_cnt in nat entry set. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>