提交 b295e769 编写于 作者: A Andy Grover 提交者: Nicholas Bellinger

target/tcm_fc: Don't export ft_lport_list

Nobody outside tfc_conf.c uses it.
Signed-off-by: NAndy Grover <agrover@redhat.com>
Signed-off-by: NNicholas Bellinger <nab@linux-iscsi.org>
上级 2c42be2d
......@@ -128,7 +128,6 @@ struct ft_cmd {
u32 sg_cnt; /* No. of item in scatterlist */
};
extern struct list_head ft_lport_list;
extern struct mutex ft_lport_lock;
extern struct fc4_prov ft_prov;
extern struct target_fabric_configfs *ft_configfs;
......
......@@ -50,7 +50,7 @@
struct target_fabric_configfs *ft_configfs;
LIST_HEAD(ft_lport_list);
static LIST_HEAD(ft_lport_list);
DEFINE_MUTEX(ft_lport_lock);
unsigned int ft_debug_logging;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册