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

From: Christoph Hellwig

Date: Tue Jan 27 2026 - 03:28:59 EST


On Tue, Jan 27, 2026 at 04:21:11PM +0800, zhangshida2026@xxxxxxx wrote:
> From: Shida Zhang <zhangshida@xxxxxxxxxx>
>
> bio_alloc_clone() with GFP_NOIO and a mempool will not return NULL.
> Remove the unnecessary NULL check.

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>