diff options
author | 2017-11-10 15:41:42 +0800 | |
---|---|---|
committer | 2017-11-10 17:35:07 -0800 | |
commit | 0dd99ca76f473d488fa9acac67f6a42ca1d7d2b1 (patch) | |
tree | 12e9e5ed429bbf978ea1306490623c2e2cf194d8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: avoid opened loop codes in __add_ino_entry (diff) | |
download | linux-dev-0dd99ca76f473d488fa9acac67f6a42ca1d7d2b1.tar.xz linux-dev-0dd99ca76f473d488fa9acac67f6a42ca1d7d2b1.zip |
f2fs: validate before set/clear free nat bitmap
In flush_nat_entries, all dirty nats will be flushed and if
their new address isn't NULL_ADDR, their bitmaps will be updated,
the free_nid_count of the bitmaps will be increaced regardless
of whether the nats have already been occupied before.
This could lead to wrong free_nid_count.
So this patch checks the status of the bits beforeactually
set/clear them.
Fixes: 586d1492f301 ("f2fs: skip scanning free nid bitmap of full NAT blocks")
Signed-off-by: Fan li <fanofcode.li@samsung.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions