commit | 3399a3f7464a624db1b365dbce0fef0ef4636c05 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Thu Jun 18 13:36:40 2015 -0600 |
committer | Jens Axboe <axboe@fb.com> | Sat Jun 27 11:42:54 2015 -0600 |
tree | 33d1342c9d2639948baeb9cabb22009e6a663612 | |
parent | de3eff2bad56f0a29d3915105223d368f2bbc94e [diff] |
NVMe: Fix filesystem deadlock on removal Move gendisk deletion before controller shutdown so filesystem may sync dirty pages. Before, this would deadlock trying to allocate requests on frozen queues that are about to be deleted. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>