diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-14 17:02:17 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-15 12:13:34 -0700 |
commit | 310df020cdd7570e1a8ee43bd58999a743686eda (patch) | |
tree | 56b9bc1d9461d27a030cb76dd1c99e8841ef9ff3 /drivers/nvdimm | |
parent | b061b326287d45aeaf313f7dddd02e88e31db14b (diff) | |
download | linux-310df020cdd7570e1a8ee43bd58999a743686eda.tar.bz2 |
mmc: stop abusing the request queue_lock pointer
mmc uses the block layer struct request pointer to indirect their own
lock to the mmc_queue structure, given that the original lock isn't
reachable outside of block.c. Add a lock pointer to struct mmc_queue
instead and stop overriding the block layer lock which protects fields
entirely separate from the mmc use.
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/nvdimm')
0 files changed, 0 insertions, 0 deletions