commit | f5d72c5c55bc392523cbdcdedd575c280203d31c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 16 09:10:06 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Nov 17 07:20:45 2018 -0700 |
tree | 81e181b721b7b23a8468b34eb88ad88219cb4168 | |
parent | f04842734c7a68381ab3cb45628ffb3ff1029490 [diff] |
mmc: stop abusing the request queue_lock pointer Replace the lock in mmc_blk_data that is only used through a pointer in struct mmc_queue and to protect fields in that structure with an actual lock in struct mmc_queue. Suggested-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>