diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-09-30 17:38:48 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-10-09 16:20:55 -0700 |
commit | 5b7ee374144f8ef2db3e25d0d59a8ad83bb3cf33 (patch) | |
tree | 2262b10a4e6164f1ab375487e98ec21087bc39b1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 39307a8e2459ecdee9f1bc0b8a5d7af4a6d8f754 (diff) |
f2fs: use atomic64_t for extent cache hit stat
Our hit stat of extent cache will increase all the time until remount,
and we use atomic_t type for the stat variable, so it may easily incur
overflow when we query extent cache frequently in a long time running
fs.
So to avoid that, this patch uses atomic64_t for hit stat variables.
Signed-off-by: Chao Yu <chao2.yu@samsung.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