On 6/1/21 23:54, Christoph Hellwig wrote: > Add a new API to allocate a gendisk including the request_queue for use > with blk-mq based drivers. This is to avoid boilerplate code in drivers. > > Signed-off-by: Christoph Hellwig <[email protected]>
This would be a nice API to get rid of the couple initialization calls and respective error handling in each blk-mq based drivers. Looks good. Reviewed-by: Chaitanya Kulkarni <[email protected]>
