nvme: requeue aen after firmware activation
authorKeith Busch <kbusch@kernel.org>
Thu, 1 Sep 2022 15:30:39 +0000 (08:30 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Sep 2022 06:38:25 +0000 (08:38 +0200)
commit371a982cd2b01487295cd87abec82357e268457b
tree15737f286d70df571515c7b6c4a726611267d5b8
parentb7e97872a65e1d57b4451769610554c131f37a0a
nvme: requeue aen after firmware activation

The driver prevents async event work while handling a processing paused
event, but someone needs to restart it after the controller returns to a
live state.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216400
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c