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

From: Tejun Heo
Date: Wed Jun 17 2009 - 05:20:21 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/