commit | 19c5d84f14d2b01fe4c24e1444142f69e6dc08f6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 26 11:45:02 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Mon May 26 17:21:51 2014 -0600 |
tree | f69523d38d3d2c7dc9942291f2e06a72577b8c8a | |
parent | c22d9d8a60646a1521ae12a2176f58da19afa186 [diff] |
blk-mq: idle all hardware contexts before freeing a queue Without this we can leak the active_queues reference if a command is freed while it is considered active. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>