Re: [PATCH RESEND v3] bcache: use bio cloning for detached device requests

Jens Axboe <[email protected]> Thu, 22 Jan 2026 07:26:24 -0700
Newsgroups org.kernel.vger.linux-bcache,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Thu, 22 Jan 2026 14:13:21 +0800, [email protected] wrote:
> Previously, bcache hijacked the bi_end_io and bi_private fields of
> the incoming bio when the backing device was in a detached state.
> This is fragile and breaks if the bio is needed to be processed by
> other layers.
> 
> This patch transitions to using a cloned bio embedded within a private
> structure. This ensures the original bio's metadata remains untouched.
> 
> [...]

Applied, thanks!

[1/1] bcache: use bio cloning for detached device requests
      commit: 3ef825dfd4e487d6f92b23ee2df2455814583ef4

Best regards,
-- 
Jens Axboe