numam-spdk/lib/iscsi
Shuhei Matsumoto 76d023fd56 iscsi: pthread_mutex_lock is called before pthread_mutex_init
iSCSI's global mutex is used in spdk_iscsi_portal_grp_create()
before it is initialized by pthread_mutex_init().

A mutex filled with zero bytes has been accepted by now but
this should be fixed.

Change-Id: I2e197bec8da2f781c8c4f6e2a2caf9924b0a4369
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/402497
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2018-03-06 16:20:39 -05:00
..
acceptor.c
acceptor.h
conn.c lib/iscsi: Extract spdk_iscsi_conn_migration 2018-03-06 15:50:54 -05:00
conn.h lib/iscsi: Extract spdk_iscsi_conn_migration 2018-03-06 15:50:54 -05:00
init_grp.c iscsi&rpc: Add new initiator information to an existing initiator group 2018-02-15 11:28:19 -05:00
init_grp.h iscsi&rpc: Add new initiator information to an existing initiator group 2018-02-15 11:28:19 -05:00
iscsi_rpc.c iscsi: Adjust variable's name to JSON for iSCSI CHAP 2018-02-23 18:56:11 -05:00
iscsi_subsystem.c iscsi: pthread_mutex_lock is called before pthread_mutex_init 2018-03-06 16:20:39 -05:00
iscsi.c lib/iscsi: Extract spdk_iscsi_conn_migration 2018-03-06 15:50:54 -05:00
iscsi.h lib/iscsi: Add nop_poller for iscsi polling group. 2018-02-28 23:23:09 -05:00
Makefile
md5.c
md5.h
param.c
param.h
portal_grp.c
portal_grp.h
task.c
task.h
tgt_node.c scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00
tgt_node.h scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00