diff options
author | Waiman Long <longman@redhat.com> | 2022-11-05 03:59:00 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-11-17 02:58:44 +0300 |
commit | b5a9adcbd5dc95d34d1f5fc84eff9af6fc60d284 (patch) | |
tree | ebd636e9f4c07223f794d6e4d9bcce883470014b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 077a4033541fc96fb0a955985aab7d1f353da831 (diff) | |
download | linux-b5a9adcbd5dc95d34d1f5fc84eff9af6fc60d284.tar.xz |
blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
For blkcg_css_alloc(), the only error that will be returned is -ENOMEM.
Simplify error handling code by returning this error directly instead
of setting an intermediate "ret" variable.
Signed-off-by: Waiman Long <longman@redhat.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20221105005902.407297-2-longman@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions