aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorLuis Chamberlain <[email protected]>2021-11-03 16:04:27 -0700
committerJens Axboe <[email protected]>2021-11-04 05:48:49 -0600
commitdc104f4bb2d0a652dee010e47bc89c1ad2ab37c9 (patch)
treeb01ef7d6f5e41c03da1f0056c532df78f224f11a /tools/perf/util/trace-event-scripting.c
parentb7421afcec0c77ab58633587ddc29d53e6eb95af (diff)
nvdimm/blk: add error handling support for add_disk()
We never checked for errors on add_disk() as this function returned void. Now that this is fixed, use the shiny new error handling. Since nvdimm/blk uses devm we just need to move the devm registration towards the end. And in hindsight, that seems to also provide a fix given del_gendisk() should not be called unless the disk was already added via add_disk(). The probably of that issue happening is low though, like OOM while calling devm_add_action(), so the fix is minor. We manually unwind in case of add_disk() failure prior to the devm registration. Reviewed-by: Dan Williams <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions