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 [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [patch] vmfixes-2.4.0-test9-B2 Alexander Viro
- Re: [patch] vmfixes-2.4.0-test9-B2 Stephen C. Tweedie
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Jens Axboe
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Jens Axboe
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Jens Axboe
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Jens Axboe
- Re: [patch] vmfixes-2.4.0-test9-B2 Ingo Molnar