diff options
author | Andy Grover <agrover@redhat.com> | 2014-04-05 01:54:11 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-04-12 00:30:50 +0200 |
commit | b295e76900223e4b8e350d02f7b6801fe126d8d2 (patch) | |
tree | f010baa4febeba61e59fbbb498b30df8cd63a80b /drivers/target/tcm_fc/tfc_conf.c | |
parent | target/tcm_fc: Fix use-after-free of ft_tpg (diff) | |
download | linux-b295e76900223e4b8e350d02f7b6801fe126d8d2.tar.xz linux-b295e76900223e4b8e350d02f7b6801fe126d8d2.zip |
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>
Diffstat (limited to 'drivers/target/tcm_fc/tfc_conf.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_conf.c b/drivers/target/tcm_fc/tfc_conf.c index b8b5a719a784..9c2da1ff886a 100644 --- a/drivers/target/tcm_fc/tfc_conf.c +++ b/drivers/target/tcm_fc/tfc_conf.c @@ -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; |