> +                             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]>


_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to