Re: [PATCH] Revert "bcache: fix improper use of bi_end_io"
Christoph Hellwig <[email protected]> Tue, 13 Jan 2026 00:07:54 -0800
| Newsgroups | org.kernel.vger.linux-bcache,org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 13, 2026 at 02:09:39PM +0800, [email protected] wrote: > From: Coly Li <[email protected]> > > This reverts commit 53280e398471f0bddbb17b798a63d41264651325. > > The above commit tries to address the race in bio chain handling, > but it seems in detached_dev_end_io() simply using bio_endio() to > replace bio->bi_end_io() may introduce potential regression. > > This patch revert the commit, let's wait for better fix from Shida. That's a pretty vague commit message for reverting a clear API violation that has caused trouble. What is the story here?