commit | fe76fcfb91a97eccf20cec17ff05a27b8d5b0801 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Wed Jun 06 08:13:07 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jun 08 12:51:11 2018 -0600 |
tree | 49943f1778fb52a0944c6056dca56b2192277876 | |
parent | ded45505dbfdcaf1e49ae0349e5dafb59c9efbe5 [diff] |
nvme-pci: remove HMB teardown on reset The controller is required to disable its host memory buffer use on controller reset. We don't need to submit an admin command to delete it, so this patch skips sending that command so we don't need to worry about handling a timeout. Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>