From: Lee Duncan <lduncan@xxxxxxxx>
Rather than call 'fnic_flush_tx()' from interrupt context we should
be moving it onto a work queue to avoid any locking issues.
Fixes: 1a1975551943f681772720f639ff42fbaa746212
Signed-off-by: Hannes Reinecke <hare@xxxxxxx>Cheers,
Signed-off-by: Lee Duncan <lduncan@xxxxxxxx>
---
drivers/scsi/fnic/fnic.h | 3 ++-
drivers/scsi/fnic/fnic_fcs.c | 5 +++--
drivers/scsi/fnic/fnic_main.c | 1 +
drivers/scsi/fnic/fnic_scsi.c | 4 ++--
4 files changed, 8 insertions(+), 5 deletions(-)