[PATCH] s390: fix blk_queue_ordered call in dasd.c fixup
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 14 Jan 2006 21:21:05 +0000 (13:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:27:10 +0000 (18:27 -0800)
commited68cb3676bb179768529aeb808403d57295af56
tree1f9578bb86deb23f4102feff7cf59d880a0103b7
parent4ce3b30cf32c5c078518f0f3e6623bcb6eee9872
[PATCH] s390: fix blk_queue_ordered call in dasd.c fixup

The QUEUE_ORDERED_* numbers got renumbered and by accident the dasd driver
was changed to use QUEUE_ORDERED_DRAIN instead of QUEUE_ORDERED_TAG.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/block/dasd.c