Re: [PATCH] mmc: block: Fix request completion in the CQE timeout path

2020-05-07 Thread Ulf Hansson
On Thu, 7 May 2020 at 16:06, Adrian Hunter wrote: > > First, it should be noted that the CQE timeout (60 seconds) is substantial > so a CQE request that times out is really stuck, and the race between > timeout and completion is extremely unlikely. Nevertheless this patch > fixes an issue with it.

[PATCH] mmc: block: Fix request completion in the CQE timeout path

2020-05-07 Thread Adrian Hunter
First, it should be noted that the CQE timeout (60 seconds) is substantial so a CQE request that times out is really stuck, and the race between timeout and completion is extremely unlikely. Nevertheless this patch fixes an issue with it. Commit ad73d6feadbd7b ("mmc: complete requests from ->timeo