On 1/17/22 11:19 PM, Christoph Hellwig wrote: > Pass the block_device and operation that we plan to use this bio for to > bio_alloc_bioset to optimize the assigment. NULL/0 can be passed, both > for the passthrough case on a raw request_queue and to temporarily avoid > refactoring some nasty code. > > Also move the gfp_mask argument after the nr_vecs argument for a much > more logical calling convention matching what most of the kernel does. > > Signed-off-by: Christoph Hellwig <h...@lst.de>
Looks good. Reviewed-by: Chaitanya Kulkarni <k...@nvidia.com>