]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request
authorMike Miller <mike.miller@hp.com>
Sat, 23 Dec 2006 20:11:58 +0000 (15:11 -0500)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:20 +0000 (11:05 -0800)
commit6e7e241df766e1a6c2d505df5e14b593a0e63bb4
treec283194f9876b6d5c8c0df7bf6d0f091f04f0de9
parent3629bc276335cfc6650c6b7119ea8b1e2518ec6c
[PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request

This patch fixes a stupid bug. Sometime during the 2tb enhancement I ended up
replacing the macros XFER_READ and XFER_WRITE with h->cciss_read and
h->cciss_write respectively. It seemed to work somehow at least on x86_64 and
ia64. I don't know how. But people started complaining about command timeouts
on older controllers like the 64xx series and only on ia32. This resolves the
issue reproduced in our lab. Please consider this for inclusion.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/block/cciss.c