Jeff Garzik wrote:
Kok, Auke wrote:
We're waiting for a write flush to finish before unlocking, which
is not needed. Release the spinlock after the write command.

Signed-off-by: Auke Kok <[EMAIL PROTECTED]>

This undoes the following change:

ack, not good. Dropped it from the tree.

Auke




commit ad8c48ad3bbef078616ed4d2652d362dfd962f09
Author: Catalin(ux aka Dino) BOIE <[EMAIL PROTECTED]>
Date:   Sat Mar 4 12:18:59 2006 -0500

    Fix io ordering problems in e100

    Checking e100.c code against Documentation/io_ordering.txt I found the
    following problem:

    spin_lock_irq...
    write
    spin-unlock
    e100_write_flush

    The attached patch fix the code like this:

    spin_lock_irq...
    write
    e100_write_flush
    spin-unlock

    Signed-off-by: Catalin BOIE <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to