diff options
author | Chaitanya Kulkarni <kch@nvidia.com> | 2022-02-22 07:28:52 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-02-27 14:49:49 -0700 |
commit | df00b1d26c3c3ff9dae4b572a6ad878ab65334e1 (patch) | |
tree | 0955411e6d67f2e2f8b4bc25fed0dfa102e0d29c /tools/perf/scripts/python/libxed.py | |
parent | c90b6b50b42dfdfeb27b02e670e812b69ff364f5 (diff) |
null_blk: null_alloc_page() cleanup
Remove goto labels and use direct returns as error unwinding code only
needs to free t_page variable if we alloc_pages() call fails as having
two labels for one kfree() can be avoided easily.
Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220222152852.26043-3-kch@nvidia.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions