On Wed, 05 Mar 2008 09:44:01 +0900
Tejun Heo <htejun@gmail.com> wrote:
I don't think that they only in well defined places.
If you see scsi mid-layer (and LLDs), you can find several places that
use rq->data_len as the true data length.
Breaking rq->data_len == the true data length theoretically
wrong. Even if it affects only libata now, it will hurt us, I think.
--