aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMing Lei <[email protected]>2024-02-23 15:55:39 +0800
committerJens Axboe <[email protected]>2024-02-28 18:47:08 -0700
commit13fe8e6825e44129b6cbeee41d3012554bf8d687 (patch)
tree7e105c3bdee74769f45a94251f52995f92e966ee /tools/perf/scripts/python/export-to-sqlite.py
parent1221b9e982e181f1c37789c46fe5bfe32d97bec4 (diff)
ublk: add UBLK_CMD_DEL_DEV_ASYNC
The current command UBLK_CMD_DEL_DEV won't return until the device is released, this way looks more reliable, but makes userspace more difficult to implement, especially about orders: unmap command buffer(which holds one ublkc reference), ublkc close, io_uring_file_unregister, ublkb close. Add UBLK_CMD_DEL_DEV_ASYNC so that device deletion won't wait release, then userspace needn't worry about the above order. Actually both loop and nbd is deleted in this async way. Signed-off-by: Ming Lei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions