summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-06-22 16:06:59 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-09-18 13:36:21 -0700
commit5e5f3dc3ce50f36775d2edc395eefd3cbcce88d1 (patch)
tree7f9189d52f35a1506a9113edad37fd4ead35903f /tools/perf/scripts/python/bin
parentc69d5a7c6fb26055edcaba8070d0de01e94a7836 (diff)
f2fs: disable f2fs_check_rb_tree_consistence
If there is millions of discard entries cached in rb tree, each sanity check of it can cause very long latency as held cmd_lock blocking other lock grabbers. In other aspect, we have enabled the check very long time, as we see, there is no such inconsistent condition caused by bugs. But still we do not choose to kill it directly, instead, adding an flag to disable the check now, if there is related code change, we can reuse it to detect bugs. Signed-off-by: Yunlei He <heyunlei@huawei.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions