diff options
Diffstat (limited to 'drivers/target/tcm_fc/tfc_cmd.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_cmd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/target/tcm_fc/tfc_cmd.c b/drivers/target/tcm_fc/tfc_cmd.c index 8b2c1aaf81de..01cf37f212c3 100644 --- a/drivers/target/tcm_fc/tfc_cmd.c +++ b/drivers/target/tcm_fc/tfc_cmd.c | |||
@@ -426,6 +426,11 @@ void ft_queue_tm_resp(struct se_cmd *se_cmd) | |||
426 | ft_send_resp_code(cmd, code); | 426 | ft_send_resp_code(cmd, code); |
427 | } | 427 | } |
428 | 428 | ||
429 | void ft_aborted_task(struct se_cmd *se_cmd) | ||
430 | { | ||
431 | return; | ||
432 | } | ||
433 | |||
429 | static void ft_send_work(struct work_struct *work); | 434 | static void ft_send_work(struct work_struct *work); |
430 | 435 | ||
431 | /* | 436 | /* |