Hello, This patch updates core_alloc_port() to call mutex_init() for the mutex protecting the ALUA secondary access state/status metadata. Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> --- drivers/target/target_core_device.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index a088960..a3572ed 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c @@ -611,6 +611,7 @@ se_port_t *core_alloc_port(se_device_t *dev) INIT_LIST_HEAD(&port->sep_list); atomic_set(&port->sep_tg_pt_secondary_offline, 0); spin_lock_init(&port->sep_alua_lock); + mutex_init(&port->sep_tg_pt_md_mutex); spin_lock(&dev->se_port_lock); if (dev->dev_port_count == 0x0000ffff) { -- 1.5.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html