commit | 0d945c1f966b2bcb67bb12be749da0a7fb00201b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 15 12:17:28 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 15 12:17:28 2018 -0700 |
tree | 05a4bf8f0d43cf95878316a0d1e93f018c0bbec9 | |
parent | 6d46964230d182c4b6097379738849a809d791dc [diff] |
block: remove the queue_lock indirection With the legacy request path gone there is no good reason to keep queue_lock as a pointer, we can always use the embedded lock now. Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Fixed floppy and blk-cgroup missing conversions and half done edits. Signed-off-by: Jens Axboe <axboe@kernel.dk>