summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2019-08-23 12:58:36 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2019-09-07 02:18:26 +0300
commit00e09c0bccc71825ca9a659eb145ed7c4dc95588 (patch)
tree102a0fee320d40270360f9908a04d7a28a3c67da /tools/perf/scripts/python/export-to-sqlite.py
parentb757f6edbeddd0c43135edfdee18103bd73f0991 (diff)
downloadlinux-00e09c0bccc71825ca9a659eb145ed7c4dc95588.tar.xz
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
This patch changes sematics of f2fs_is_checkpoint_ready()'s return value as: return true when checkpoint is ready, other return false, it can improve readability of below conditions. f2fs_submit_page_write() ... if (is_sbi_flag_set(sbi, SBI_IS_SHUTDOWN) || !f2fs_is_checkpoint_ready(sbi)) __submit_merged_bio(io); f2fs_balance_fs() ... if (!f2fs_is_checkpoint_ready(sbi)) return; Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions