]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
dm-mpath-rdac: don't stomp on a requests transfer bit
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Mon, 27 Aug 2007 22:25:01 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 27 Aug 2007 23:15:44 +0000 (16:15 -0700)
commitf99ba18a96195f047546bd515aabf81fda70ef09
tree2bb958ff686c32d5ffc58576f84d6a80f295ed51
parent5a99efeaa5c7139b7d76cbd5fb54fac664ba3da9
dm-mpath-rdac: don't stomp on a requests transfer bit

Without this, we get qla2xxx complaining about "ISP System Error".

What's happening here is the firmware is detecting a Xfer-ready from the
storage when in fact the data-direction for a mode-select should be a
write (DATA_OUT).

The following patch fixes the problem (typo). Verified by Brian, as
well.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Verified-by: Brian De Wolf <bldewolf@csupomona.edu>
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/dm-mpath-rdac.c