On Wed, Jun 18, 2025 at 11:21:50AM +0530, Anuj Gupta wrote: > @@ -299,7 +299,7 @@ static blk_status_t ext_pi_crc64_verify(struct blk_integrity_iter *iter, > static void ext_pi_type1_prepare(struct request *rq) > { > struct blk_integrity *bi = &rq->q->limits.integrity; > - const int tuple_sz = bi->tuple_size; > + const int tuple_sz = bi->metadata_size; I guess keeping tuple here is fine because we're deep into PI code. The rest looks good as well: Reviewed-by: Christoph Hellwig <hch@xxxxxx>