Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b295e769 authored by Andy Grover's avatar Andy Grover Committed by Nicholas Bellinger
Browse files

target/tcm_fc: Don't export ft_lport_list



Nobody outside tfc_conf.c uses it.

Signed-off-by: default avatarAndy Grover <agrover@redhat.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 2c42be2d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;