diff options
| -rw-r--r-- | drivers/target/tcm_fc/tfc_sess.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/tcm_fc/tfc_sess.c b/drivers/target/tcm_fc/tfc_sess.c index 04751422178c..132972657991 100644 --- a/drivers/target/tcm_fc/tfc_sess.c +++ b/drivers/target/tcm_fc/tfc_sess.c | |||
| @@ -68,6 +68,7 @@ static struct ft_tport *ft_tport_create(struct fc_lport *lport) | |||
| 68 | 68 | ||
| 69 | if (tport) { | 69 | if (tport) { |
| 70 | tport->tpg = tpg; | 70 | tport->tpg = tpg; |
| 71 | tpg->tport = tport; | ||
| 71 | return tport; | 72 | return tport; |
| 72 | } | 73 | } |
| 73 | 74 | ||
