Re: [PATCH 08/19] block: Introduce request_queue.initialize_rq_fn()
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-28 08:37:58
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-28 08:37:58
Oh, and btw - for the mq case we don't want to use the function pointer directly in the queue, but in blk_mq_ops, so that we have all the mq methods in one place.