From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Tue, 2 Feb 2016 05:29:16 +0000 Subject: [PATCH 1/2] NVMe: Make surprise removal work again In-Reply-To: References: <1453757017-13640-1-git-send-email-keith.busch@intel.com> <20160202011752.GB4679@localhost.localdomain> Message-ID: <20160202052915.GA6696@localhost.localdomain> On Tue, Feb 02, 2016@02:41:53AM +0000, Wenbo Wang wrote: > Is it confirmed that blk_cleanup_queue has returned? It is likely the driver stuck in del_gendisk. Yes, the entire driver's remove completes, which includes blk_cleanup_queue and del_gendisk. I don't know what the task is waiting for, but recall this worked before. Might bisect.