mirror of https://gitee.com/openkylin/linux.git
target/tcm_fc: Don't export ft_lport_list
Nobody outside tfc_conf.c uses it. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
2c42be2dd4
commit
b295e76900
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue