Re: [PATCH 03/20] blk-integrity: take const pointer in blk_integrity_rq()

From: Ming Lei

Date: Fri Dec 19 2025 - 09:16:45 EST


On Tue, Dec 16, 2025 at 10:34:37PM -0700, Caleb Sander Mateos wrote:
> blk_integrity_rq() doesn't modify the struct request passed in, so allow
> a const pointer to be passed. Use a matching signature for the
> !CONFIG_BLK_DEV_INTEGRITY version.
>
> Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx>

Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx>

Thanks,
Ming