commit | d242c1d7d39bb50d2816a2834b84c420c3e7084e | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Fri Apr 04 16:54:12 2014 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Apr 11 15:30:50 2014 -0700 |
tree | d693093cca72b2e40b6b7d7a7861e44b753804fe | |
parent | b295e76900223e4b8e350d02f7b6801fe126d8d2 [diff] |
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>