Re: [PATCHv2 3/6] block: fix dio leak on metadata mapping error
Christoph Hellwig <[email protected]>
| Newsgroups | dev.linux.lists.dm-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 22, 2026 at 10:42:38AM -0700, Keith Busch wrote: > From: Keith Busch <[email protected]> > > A failed integrity mapping holds a dio reference, so we need to go > through the full bio ending in case there were previously submitted > bio's in the sequence. Yeah, the goto fail is for sure wrong here. I have a vague memory of seeing the same or at least a very similar patch from others before, but right now I'm too overloaded to find out if that really was the case. Reviewed-by: Christoph Hellwig <[email protected]>