summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-07-04 18:04:10 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-09-18 13:36:46 -0700
commite25e77eec111999a5765db0565747cfe19711b7f (patch)
tree7f858f7e581f23b02366a7774b9b003357bd1bb5 /tools/perf/scripts/python
parent4b0b25270d5d7baad3d228b73dbb81fb3a1df432 (diff)
f2fs: try grabbing node page lock aggressively in sync scenario
In synchronous scenario, like in checkpoint(), we are going to flush dirty node pages to device synchronously, we can easily failed writebacking node page due to trylock_page() failure, especially in condition of intensive lock competition, which can cause long latency of checkpoint(). So let's use lock_page() in synchronous scenario to avoid this issue. 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')
0 files changed, 0 insertions, 0 deletions