On 7/31/2025 8:35 PM, Keith Busch wrote: > @@ -1120,7 +1157,6 @@ static blk_status_t nvme_prep_rq(struct request *req) > iod->flags = 0; > iod->nr_descriptors = 0; > iod->total_len = 0; > - iod->meta_sgt.nents = 0; This is missing "iod->meta_total_len = 0;" here.