From 2fc0a18eb8f00f584eef52cdb4597b95b8a04fa4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 27 Apr 2015 14:35:43 +0200 Subject: [PATCH] fcst: Display RXID in SCST error messages Signed-off-by: Bart Van Assche --- fcst/ft_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 8c3509a78..3ca70191b 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -771,6 +771,7 @@ static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp) break; } + scst_cmd_set_tag(cmd, fc_seq_exch(sp)->rxid); scst_cmd_init_done(cmd, SCST_CONTEXT_THREAD); return;