diff options
author | 2023-12-31 14:56:44 +0800 | |
---|---|---|
committer | 2024-01-03 08:09:39 -0800 | |
commit | ef184b8844bf98a2a80fab8eecda1489aed5d97f (patch) | |
tree | e7a2f2b026921b1165b381206e93b3fa07eb2185 /tools/perf/scripts/python | |
parent | nvmet-tcp: remove boilerplate code (diff) | |
download | wireguard-linux-ef184b8844bf98a2a80fab8eecda1489aed5d97f.tar.xz wireguard-linux-ef184b8844bf98a2a80fab8eecda1489aed5d97f.zip |
nvme: tcp: remove unnecessary goto statement
There is no requirement to call nvme_tcp_free_queue() for queue
deallocation if the pskid is null or the queue allocation fails, as
the NVME_TCP_Q_ALLOCATED flag would not be set in such scenarios.
Signed-off-by: Guixin Liu <kanie@linux.alibaba.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions