Re: [PATCH 1/2] block: export __make_request
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-09-12 13:38:31
Also in:
dm-devel, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-09-12 13:38:31
Also in:
dm-devel, lkml
On Mon, Sep 12, 2011 at 02:26:52PM +0200, Jens Axboe wrote:
quoted
What happens to the existing blk_make_request?I ended up naming __make_request() blk_queue_bio() instead.
I really hate naming things different from the method they are implementing. I've tried to figure out what the point of the old blk_make_request is - why would we not go through generic_make_request for this? Boaz, any idea?