+14
−5
Loading
If iscsi initialization fails (due to a memory allocation failure for example), we may not even get to the point where the g_iscsi global is registered as an io_device. So then when we tear down the iscsi library using spdk_iscsi_fini(), we need to make sure we don't try to unregister g_iscsi if it wasn't registered. For now, just use the g_init_thread global to make this determination - it's set just after we register the io_device. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Ic9443564ef67b9c0df0fce47a346f4608749c306 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8351 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>