• T
    libata: make qc->nbytes include extra buffers · 0bcc65ad
    Tejun Heo 提交于
    qc->nbytes didn't use to include extra buffers setup by libata core
    layer and my be odd.  This patch makes qc->nbytes include any extra
    buffers setup by libata core layer and guaranteed to be aligned on 4
    byte boundary.
    
    This value is to be used to program the host controller.  As this
    represents the actual length of buffer available to the controller and
    the controller must be able to deal with short transfers for ATAPI
    commands which can transfer variable length, this shouldn't break any
    controllers while making problems like rounding-down and controllers
    choking up on odd transfer bytes much less likely.
    
    The unmodified value is stored in new field qc->raw_nbytes.
    Signed-off-by: NTejun Heo <htejun@gmail.com>
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    0bcc65ad
libata-core.c 191.0 KB