qla2x00t-32gbit, target: Export qla_tgt_mutex

This patch fixes a link-time error.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8140 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-04-02 04:17:32 +00:00
parent 5acd02c878
commit cc8a7d0ae9

View File

@@ -161,6 +161,7 @@ struct kmem_cache *qla_tgt_plogi_cachep;
static mempool_t *qla_tgt_mgmt_cmd_mempool;
static struct workqueue_struct *qla_tgt_wq;
DEFINE_MUTEX(qla_tgt_mutex);
EXPORT_SYMBOL(qla_tgt_mutex);
LIST_HEAD(qla_tgt_glist);
EXPORT_SYMBOL(qla_tgt_glist);