[dm-devel] Re: [PATCH block#for-2.6.31] block: add request clone interface

Tejun Heo tj at kernel.org
Wed Jun 17 09:19:38 UTC 2009


Hello, Boaz.

Boaz Harrosh wrote:
> dst->buffer is always NULL in my path so I don't know
> what that is. Tejun?

Sorry about late reply.

It points to the head of the data buffer (bio) if the address is in
addressable range (actually gets bogus value if not) and is used
mostly by PIO-only drivers.  It's set in blk_rq_bio_prep(), gets
updated on merge and partial request completion.

Thanks.

-- 
tejun




More information about the dm-devel mailing list