Re: [PATCH v3 1/2] bcache: remove dead code in detached_dev_do_request

Christoph Hellwig <[email protected]> Tue, 27 Jan 2026 00:28:49 -0800
Newsgroups org.kernel.vger.linux-bcache,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Tue, Jan 27, 2026 at 04:21:11PM +0800, [email protected] wrote:
> From: Shida Zhang <[email protected]>
> 
> bio_alloc_clone() with GFP_NOIO and a mempool will not return NULL.
> Remove the unnecessary NULL check.

Looks good:

Reviewed-by: Christoph Hellwig <[email protected]>