summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2020-07-25 15:00:25 +0300
committerJens Axboe <axboe@kernel.dk>2020-07-25 16:38:20 +0300
commita42d3c642cf9582e5bb633e32a07c7aff61d5311 (patch)
tree36ec7e85c90c187c2a6c1bfbb6984a43fa283e69 /tools/perf/scripts/python
parentc557a5f7bb2558f1386038549c289d7a20c78730 (diff)
downloadlinux-a42d3c642cf9582e5bb633e32a07c7aff61d5311.tar.xz
bcache: disassemble the big if() checks in bch_cache_set_alloc()
In bch_cache_set_alloc() there is a big if() checks combined by 11 items together. When this big if() statement fails, it is difficult to tell exactly which item fails indeed. This patch disassembles this big if() checks into 11 single if() checks, which makes code debug more easier. Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions