diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-06-05 13:29:08 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-07-04 12:11:38 +0300 |
commit | febeca6d375531f2d3244b47bf0eb396180689e0 (patch) | |
tree | 5f98dcd0589d0b465726f46cc32d51c3a719e9e5 /fs/f2fs/Makefile | |
parent | d9703d9097d7c97f735a3b7870c52735a4dfa051 (diff) | |
download | linux-febeca6d375531f2d3244b47bf0eb396180689e0.tar.xz |
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>
Diffstat (limited to 'fs/f2fs/Makefile')
0 files changed, 0 insertions, 0 deletions