git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b295e76
)
target/tcm_fc: Limit to 1 TPG per wwn
author
Andy Grover
<agrover@redhat.com>
Fri, 4 Apr 2014 23:54:12 +0000
(16:54 -0700)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Fri, 11 Apr 2014 22:30:50 +0000
(15:30 -0700)
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>
No differences found