> + nvmet_lba_to_sect(ns, range.slba), > + nr_sects, > + GFP_KERNEL, &bio);
This can be condensed a bit to:
nvmet_lba_to_sect(ns, range.slba), nr_sects,
GFP_KERNEL, &bio);
Otherwise looks good:
Reviewed-by: Christoph Hellwig <[email protected]>
