Re: [PATCH 6/6] mmc: stop abusing the request queue_lock pointer

2018-11-17 Thread Ulf Hansson
On 16 November 2018 at 09:10, Christoph Hellwig wrote: > 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 > Signed-off-by: Christoph Hellwig

Re: [PATCH 6/6] mmc: stop abusing the request queue_lock pointer

2018-11-16 Thread Omar Sandoval
On Fri, Nov 16, 2018 at 09:10:06AM +0100, Christoph Hellwig wrote: > 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. Looks sane to me, but I'll let the mmc people ack. >