lkml.org 
[lkml]   [2000]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [patch] vmfixes-2.4.0-test9-B2
    On Mon, Sep 25, 2000 at 04:08:38PM +0200, Jens Axboe wrote:
    > The sg problem was different. When sg queues a request, it invokes the
    > request_fn to handle it. But if the queue is currently plugged, the
    > scsi_request_fn will not do anything.

    That will explain it, yes. In the same way for correctness also those should
    be converted from request_fn to generic_unplug_device, right? (this
    will also avoid to recall spurious request_fn because the device is still in the
    tq_disk queue even when the I/O generated by the below request_fn completed)

    if (major >= COMPAQ_SMART2_MAJOR+0 && major <= COMPAQ_SMART2_MAJOR+7)
    (q->request_fn)(q);
    if (major >= DAC960_MAJOR+0 && major <= DAC960_MAJOR+7)
    (q->request_fn)(q);

    Andrea
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:03    [W:2.776 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site