diff options
| author | Christoph Hellwig <[email protected]> | 2022-11-01 16:00:43 +0100 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-11-02 08:35:34 -0600 |
| commit | cd50f9b24726e9e195a0682c8d8d952396d57aef (patch) | |
| tree | d1ec84d215d6ca19d6c63ac64dfc65389c0f242c /tools/perf/scripts/python | |
| parent | 6bcd5089ee1302e9ad7072ca0866f0c5a1158359 (diff) | |
nvme: split nvme_kill_queues
nvme_kill_queues does two things:
1) mark the gendisk of all namespaces dead
2) unquiesce all I/O queues
These used to be be intertwined due to block layer issues, but aren't
any more. So move the unquiscing of the I/O queues into the callers,
and rename the rest of the function to the now more descriptive
nvme_mark_namespaces_dead.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions