[PATCH] revert blockdev direct io back to 2.6.19 version
authorAndrew Morton <akpm@osdl.org>
Sat, 3 Feb 2007 09:14:01 +0000 (01:14 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 3 Feb 2007 19:26:06 +0000 (11:26 -0800)
commitb2e895dbd80c420bfc0937c3729b4afe073b3848
treed03f686831405c190ce80c895e5dea3fb17d09fc
parent8560a10e16faccafdc2e26c4873bf4edfbbf651e
[PATCH] revert blockdev direct io back to 2.6.19 version

Andrew Vasquez is reporting as-iosched oopses and a 65% throughput
slowdown due to the recent special-casing of direct-io against
blockdevs.  We don't know why either of these things are occurring.

The patch minimally reverts us back to the 2.6.19 code for a 2.6.20
release.

Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
Cc: Ken Chen <kenchen@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/block_dev.c