d5af6a0417
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> |
||
---|---|---|
.. | ||
conn.c | ||
conn.h | ||
init_grp.c | ||
init_grp.h | ||
iscsi_rpc.c | ||
iscsi_subsystem.c | ||
iscsi.c | ||
iscsi.h | ||
Makefile | ||
md5.c | ||
md5.h | ||
param.c | ||
param.h | ||
portal_grp.c | ||
portal_grp.h | ||
spdk_iscsi.map | ||
task.c | ||
task.h | ||
tgt_node.c | ||
tgt_node.h |