linux/drivers/target/tcm_fc
Andy Grover d242c1d7d3 target/tcm_fc: Limit to 1 TPG per wwn
tcm_fc doesn't support multiple TPGs per wwn. For proof, see
ft_lport_find_tpg. Enforce this in the code.

Replace ft_lport_wwn.tpg_list with a single pointer. We can't fold ft_tpg
into ft_lport_wwn because they can have different lifetimes.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2014-04-11 15:30:50 -07:00
..
Kconfig [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) support 2011-05-17 10:52:46 +04:00
Makefile tcm_fc: Makefile cleanups 2011-07-22 09:37:47 +00:00
tcm_fc.h target/tcm_fc: Limit to 1 TPG per wwn 2014-04-11 15:30:50 -07:00
tfc_cmd.c target: Add TFO->abort_task for aborted task resources release 2014-04-07 01:48:51 -07:00
tfc_conf.c target/tcm_fc: Limit to 1 TPG per wwn 2014-04-11 15:30:50 -07:00
tfc_io.c tcm_fc: Check for aborted sequence 2013-04-25 01:05:28 -07:00
tfc_sess.c target/tcm_fc: Fix use-after-free of ft_tpg 2014-04-11 15:27:23 -07:00