[SCSI] scsi_dh_alua: remove REQ_NOMERGE
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 6 Sep 2008 13:39:16 +0000 (08:39 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 13 Oct 2008 13:28:56 +0000 (09:28 -0400)
commit64f84bc1cf49aa5e0c4b945b434e5d4b74e0831d
treec7e4d7e81b1471a8db9b7e745c07156750abe1e7
parentd9cc21fa8caee54e7960114bce8946f563a8fddd
[SCSI] scsi_dh_alua: remove REQ_NOMERGE

We do not need to set REQ_NOMERGE because when the module calls
blk_execute_rq -> blk_execute_rq_nowait, blk_execute_rq_nowait sets
it for us. This brings all the modules in sync for those bits.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/device_handler/scsi_dh_alua.c