]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
nvme-fc: fix iowait hang
authorJames Smart <jsmart2021@gmail.com>
Mon, 9 Oct 2017 20:39:44 +0000 (13:39 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 18 Oct 2017 17:30:00 +0000 (19:30 +0200)
commit8a82dbf19129dde9e6fc9ab25a00dbc7569abe6a
treea811a3560fa0a91e2d199608cde80ca85b835beb
parent639812a1ed9bf49ae2c026086fbf975339cd1eef
nvme-fc: fix iowait hang

Add missing iowait head initialization.
Fix irqsave vs irq: wait_event_lock_irq() doesn't do irq save/restore

Fixes: 36715cf4b366 ("nvme_fc: replace ioabort msleep loop with completion”)
Cc: <stable@vger.kernel.org> # 4.13
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Tested-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c