From: Catalin(ux aka Dino) BOIE Date: Sat, 4 Mar 2006 17:18:59 +0000 (-0500) Subject: Fix io ordering problems in e100 X-Git-Tag: v2.6.17-rc1~1186^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8c48ad3bbef078616ed4d2652d362dfd962f09;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed